

.sub img {width:100%; max-width:800px;margin-top:30px}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .sub iframe {height: 250px !important;}
}
