img {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.bg-primary{
    position: relative;
    color: #000;
    font-weight:normal;
}

#img1 .btns_details4{
    position: absolute;
    top: 62%;
    z-index: 999;
    width: 8.8%;
    height: 9%;
    text-align: center;
    margin: auto;
    cursor: pointer;
}
#img1 .MB_container{
    display: none;
}
#img1 .active{
    background: #F64500;
}
.img1_1_container{
    left: 49.8%
}
.img1_2_container{
    left: 59.5%;
}
.img1_3_container{
    left: 69.1%;
}
.img1_4_container{
    left: 78.8%;
}
#img1 .img_title{
    font-family: Lato;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;
    height: 100%;
    padding-top: 10%;
}

@media (max-width: 1800px) and (min-width: 1400px){
    #img1 .img_title{
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 1400px) and (min-width: 768px){
    #img1 .img_title{
        font-size: 12px;
        line-height: 13px;
    }
}
@media (max-width: 768px){
    #img1 .btns_details4 {
        width: 36.5%;
        height: 5.5%;
    }
    #img1 .img1_1_container{
        top: 35.5%;
        left: 10.8%;
    }
    #img1 .img1_2_container{
        top: 35.5%;
        left: 52.8%;
    }
    #img1 .img1_3_container{
        top: 43.5%;
        left: 10.8%;
    }
    #img1 .img1_4_container{
        top: 43.5%;
        left: 52.8%;
    }
    #img1 .img_title{
        font-size: 20px;
        line-height: 22px;
        padding-top: 8%;
    }
}
@media (max-width: 600px) and (min-width: 480px){
    #img1 .img_title{
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width: 480px){
    #img1 .img_title{
        font-size: 14px;
        line-height: 16px;
    }
}