
main { /* Con este margen superior separamos 70px del munu principal de la web*/
    margin-top: 50px; /* Margen superior del banner*/
    position: relative;
    
}
#reservas, #nosotros, #contacto  {
    justify-content: center;
    padding: 50px;
}

#prensa {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

#prensa-frame .contenedorVideo {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

#prensa-frame .contenedorVideo iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 50%;
    
}

#prensa-frame h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #31ADFF;
}


.contenedorVideo { /*Con este contenedor nos encargamos de centrar el video*/
    width: 50%;
    margin:auto;
}

@media (min-width:1024px) {
    .contenedorVideo {
    position: absolute;
    top:0;
    left: 0;
    width: 560px !important;
    height: 315px !important;
    }
}