#video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    height: 580px;
    overflow: hidden;
    z-index: -1;
}

#cabecera{
    z-index: 1;
    height: 300px;
}

#buscador{
    background: rgba(0,0,0,0.35);
}

.logo_mobile{
    display: none;
}

@media only screen and (max-width: 500px){
    .logo_desktop{
        display: none;
    }

    .logo_mobile{
        display: block;
    }
}