.site-content{
    max-width: 1200px;
    margin: auto;
}
.container-home{
    left: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
.container-home img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.imagen-desktop{
    display: none;
}

@media (min-width: 767px){
    .imagen-desktop{
        display: block;
    }
    .imagen-mobile{
        display: none;
    }
}