@media (min-width: 992px) {
    div.float-section-hair {
        height: 29.2%;
    }
}
@media (min-width: 1200px) {
    div.float-section-hair {
        height: 37%;
    }
}
@media (min-width: 1400px) {
    div.float-section-hair {
        height: 34%;
    }
}
@media (max-width: 991.98px) {
    div.float-section-hair {
        height: 12.5%;
    }
}
@media (max-width: 767.98px) {
    div.float-section-hair {
        height: 14.2%;
    }
}
@media (max-width: 575.98px) {
    div.float-section-hair {
        height: 13.2%;
    }
}
@media (max-width: 479.98px) {
    div.float-section-hair {
        height: 15%;
    }
}