.embed-container {
position: relative;
padding-bottom: 110%;
height: 0;
overflow: hidden;
max-width: 100%;
width: 100%;
margin: 20px 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
border: 1px solid #999999;
}
.body {
font-size: 16px;
line-height: 24px;
}
.body a {
font-weight: bold;
color: #000000;
text-decoration: underline;
}
.print-ed {
font-weight: bold;
color: blue;
}
.digital-ed {
font-weight: bold;
color: green;
}
@media(max-width:1010px) {
.embed-container {
width: 98%;
margin: 20px 1%;
}
}
