#stick {
    position: relative;
    padding-bottom: 0;
}

#stick .slide2cols_box {
    position: relative;
}

.stick_prev_around {
    position: absolute;
    z-index: 11;
    left: 1%;
    bottom: 1%;
    cursor: pointer;
    display: none;
}

.stick_next_around {
    position: absolute;
    z-index: 11;
    right: 1%;
    bottom: 1%;
    cursor: pointer;
    display: none;
}

.stick_prev_around img {
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    opacity: 1;
    -ms-filter: invert(100%);
    -webkit-filter: invert(100%);
    filter: invert(100%);
    display: block;
}

.touch .stick_prev_around img, .touch .stick_next_around img {
    opacity: 1;
}

.stick_prev_around img:hover {
    opacity: 1;
}

.stick_next_around img {
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 5%;
    opacity: 1;
    filter: invert(100%);
    display: block;
}

.stick_next_around img:hover {
    opacity: 1;
}

.stick .owl-item div.item {
    /*float: left;*/
    height: 655px;
    margin: 0px;
    /*clear: none;*/
    /* width: 25%; */
    width: 100%;
    /* background-image: url(/images_new/about_3/xray/xray06.jpg); */
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: repeat repeat;
    opacity: 1;
}

.stick .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.stick_mobile {
    display: none;
}

.stick_mobile img {
    display: block;
    margin: 0 auto;
}

.stick_text {
    font-family: 'PragmaticaC';
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*margin:0 auto;*/
    width: 50%;
    max-width: 600px;
    min-width: 320px;
    height: auto;
    /*background-color:rgba(255,255,255,0.75);*/
    padding: 15px 20px;
}

@media only screen and (max-width: 1200px) {
    .stick .owl-item div.item {
        height: 589px;
    }
}

@media only screen and (max-width: 1100px) {
    .stick .owl-item div.item {
        height: 540px;
    }

    .stick_text {
        font-size: 1em;
    }
}

@media only screen and (max-width: 900px) {
    .stick .owl-item div.item {
        height: 442px;
    }

    .stick_text {
        /*font-size: 1em;*/
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 800px) {
    .stick .owl-item div.item {
        height: 393px;
    }
}

@media only screen and (max-width: 599px) {
    .stick_text {
        transform: translateY(5%);
    }
}

@media only screen and (max-width: 479px) {
    .stick_text {
        transform: translateY(-23%);
    }
}

/*
@media only screen and (max-width: 768px) {

    .stick .owl-item div.item {
        height: 430px;
    }

    .stick_text {
        width: 75%;
        font-size: 1.0em;
        line-height: 1.1em;
        position: relative;
    }

    .stick.owl-carousel, .stick.owl-carousel.owl-loaded,
    .stick_prev_around, .stick_next_around {
        display: none;
    }

    .stick_mobile {
        display: block;
    }
}

@media only screen and (max-width: 0px) {
}

@media only screen and (max-width: 520px) {

    .stick .owl-item div.item {
        height: 300px;
    }

    .stick_text {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .stick_text {
        font-size: 0.9em;
        line-height: 1.1em;
    }
}

@media only screen and (max-width: 375px) {
    .stick .owl-item div.item {
        height: 210px;
    }
}*/
