header.header-especiales {
    min-height: 300px;
    background-size: auto 100% !important;
}

@media (max-width: 768px) {
    header.header-especiales {
        min-height: 35vw;
        background-position: -57vw !important;
        height: auto !important;
    }
}