.remodal {
	padding: 40px 10px !important;
	padding-bottom: 10px !important;
}

.embed-container {
 position: relative;
 padding-bottom: 130%;
 height: 0;
 overflow: hidden;
 padding-top: 25px;
}

.embed-container iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.mi-iframe {
 width: 100px;
 height: 50px;
}


/* CSS pantallas de 320px o superior */

@media (min-width: 320px) {
 .mi-iframe {
  width: 200px;
  height: 150px;
 }
}


/* CSS pantalla 768px o superior */

@media (min-width: 768px) {
 .mi-iframe {
  width: 500px;
  height: 350px;
 }