.jarallax {
    height: 50vh;
    min-height: 360px;
}

@media (orientation: portrait) {
    .jarallax {
        height: 50vh;
    }
}

.jarallax-img {
    width: 100%;
}

.hm-black-light .full-bg-img {
    background-color: rgba(0, 0, 0, 0.3); }

.full-bg-img {
    padding-top: 100px;
}