@media only screen and (max-width: 736px) {



.resizable_block.gameifram {
      position: relative;
    padding-bottom: 93%;
    padding-top: 0px;
    height: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
.gameifram iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resizable_block.gameifram{
    min-height: inherit;
}

}