﻿

#contentIntroWrap {
    position: absolute;
    margin: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}


#contentIntroWrap,
.sliderActive #contentIntroWrap {
    margin: 0;
}


@media screen and (max-width: 1850px) {
    #contentIntroWrap {
        top: 80px;
    }
}

@media screen and (max-width: 1600px) {
    #contentIntroWrap {
        top: 120px;
    }
}

@media screen and (max-width: 1279px) {
    #contentIntroWrap {
        bottom: inherit;
        top: 80px;
    }
}

@media screen and (max-width: 1100px) {
    .bx-wrapper img {
        max-width: 130% !important;
        width: 130% !important;
        margin-left: -20%;
    }
}

@media screen and (max-width: 1024px) {
    .bx-wrapper img {
        max-width: 175% !important;
        width: 175% !important;
        margin-left: -50%;
    }
}

@media screen and (max-width: 850px) {
    .bx-wrapper img {
        max-width: 150% !important;
        width: 150% !important;
        margin-left: -40%;
    }
}

@media screen and (max-width: 768px) {
    .bx-wrapper img {
        max-width: 170% !important;
        width: 170% !important;
        margin-left: -50%;
    }
}


@media screen and (max-width: 650px) {
    .bx-wrapper img {
        max-width: 220% !important;
        width: 220% !important;
        margin-left: -65%;
    }
}

@media screen and (max-width: 411px) {
    .bx-wrapper img {
        max-width: 280% !important;
        width: 280% !important;
        margin-left: -80%;
    }
}