/*#luggage {*/
.for_transform {
    margin-bottom:-34px;
}

.slide1col {
    float: left;
    margin: 0px;
    clear: both;
    width: 100%;
    /*height: 900px;*/
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.owl-item {
    overflow: hidden;
}

.for_transform1 .owl-item div.item {
    /*float: left;*/
    height: 800px;
    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: 50% 50%;
    background-repeat: repeat repeat;
    opacity: 1;
}

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

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

}

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

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

}

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

    .for_transform1 .owl-item div.item {
        height: 210px;
    }

}