﻿

#contentIntroWrap {
    position: absolute;
    margin: 0;
    bottom: -300px;
    width: 100%;
    z-index: 0;
}


#contentIntroWrap,
.sliderActive #contentIntroWrap {
    margin: 0;
}


@media screen and (max-width: 1800px) {
    #contentIntroWrap {
        bottom: -200px;
    }
}

@media screen and (max-width: 1280px) {
    #contentIntroWrap {
        bottom: -100px;
    }
}

@media screen and (max-width: 1100px) {
    #contentIntroWrap {
        bottom: 0;
    }
}

@media screen and (max-width: 1023px) and (min-height: 1400px) {
    #contentIntroWrap {
        bottom: inherit;
        top: 77px;
    }
}


@media screen and (max-width: 767px) {
    #contentIntroWrap {
        bottom: inherit;
        top: 77px;
    }
}

@media screen and (max-width: 650px) {
    .bx-wrapper img {
        max-width: 125% !important;
        width: 125% !important;
        margin-left: -10%;
    }
}