- iframe {
- width: 100%;
- height: 620px;
- background: white;
- border: 1px solid rgb(192, 192, 192);
- margin: -1px;
- /*box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1);*/
- }
- h3 + iframe {
- margin-top: 40px;
- height: 540px;
- }
- article.fill iframe {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- border: 0;
- margin: 0;
- border-radius: 15px;
- z-index: -1;
- }