/* css */
.trans {background-color: transparent;padding-bottom: 75px;}
p{margin: .7em 0;}
h2{margin:2em 0 .7em 0;}
iframe{
width: 240px;
height: 135px;
display:block;
margin:auto;
border:none;
}
@media (min-width: 360px) AND  (max-width: 479px) {
iframe{width:340px;height:191px;}
}
@media (min-width: 480px) AND  (max-width: 619px) {
iframe{width:460px;height:259px;}
}
@media (min-width: 620px) AND  (max-width: 839px) {
iframe{width:600px;height:338px;}
}
@media (min-width: 840px) {
iframe{width:530px;height:298px;}
}
