@media only screen and (max-width:600px){iframe{height:var(--smallscreen)}}@media only screen and (min-width:600px){iframe{height:var(--portrait)}}@media only screen and (min-width:768px){iframe{height:var(--landscape)}}@media only screen and (min-width:992px){iframe{height:var(--desktop)}}@media only screen and (min-width:1200px){iframe{height:var(--largedesktop)}}.iframeWrapper{min-height:350px;position:relative}.iframeWrapper iframe{border:0;left:0;max-width:100%;position:absolute;top:0;width:100%}