.page-title-parallax {
    height: 50vw !important;
}

.parallax-bg {
    height: 100% !important;
    width: 100% !important;
    transform: none !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .page-title-parallax {
        height: 50vw !important;
    }

    .parallax-bg {
        height: 100% !important;
        width: 100% !important;
        /* margin-top: 5vw; */
        transform: none !important;
    }

}
