#header-internas .imagen-interna {

    min-height: 80vh;

    background-position: center !important;

}



#header-internas .img, #header-internas .parallax {

    background-size: cover;

    background-position: center !important;

    background-repeat: no-repeat;

}



@media (max-width: 576px)

{



    #header-internas .imagen-interna {

        min-height: 45vh;

    }



}



@media  (min-width: 577px) and (max-width: 767px)

{



    #header-internas .imagen-interna {

        min-height: 50vh;

    }



}