/* parallax styles */
.block {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 15px;
    -webkit-user-select: none;
    user-select: none;
}

.img-parallax {
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none
}

.h-200 {
    height: 200px !important;
}

.h-300 {
    height: 300px !important;
}

.h-400 {
    height: 400px !important;
}

.h-545 {
    height: 545px !important;
}

.h-600 {
    height: 600px !important;
}

.h-600-res {
    height: 80vh !important;
}

@media (max-width:1024px) {
    .h-600-res {
        height: 430px !important;
    }
}

@media (max-width:768px) {
    .h-600-res {
        height: 330px !important;
    }
}

@media (max-width:425px) {
    .h-600-res {
        height: 210px !important;
    }
}

@media (max-width:375px) {
    .h-600-res {
        height: 200px !important;
    }
}

@media (max-width:320px) {
    .h-600-res {
        height: 200px !important;
    }
}

/* end parallax style */