@media only screen and (min-device-width : 768px) and (orientation : portrait) {

.iframe {
  width: 100%; 
  height: 10%;
}
}