
body {
	margin: unset;
}


@media screen and (min-width: 1381px) {
.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 100%;
  position: relative;

}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

#idIframe {
margin-top: -50px; 
}

}


@media screen and (max-width: 1381px) {
#idIframe {
 margin-top: -50px;
height:1400px;
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */

}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

}



