/* mobile */
@media screen and (max-width: 767px)
{
    #slider{
        width:100%;
        height:auto;
    }
    .slider_single{
        width:100%;
        height:auto;
        padding-bottom:67px;
    }
    .slider_single img{
        cursor:pointer;width: 100%;
        position: relative;
        left: -9px;
    }
    .slidesjs-container{
        height:auto !important;
        padding-bottom:67px;
    }
    .slidesjs-pagination {
      display:none !important;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #slider{
        width:100%;
        height:auto;
    }
    .slider_single{
        width:100%;
        height:auto;
        padding-bottom:67px;
    }
    .slider_single img{
        cursor:pointer;width: 100%;
        position: relative;
        left: -9px;
    }
    .slidesjs-pagination {
      display:none !important;
    }
}

/* desktop */
@media screen and (min-width: 992px)
{
    #slider{
        width:1121px;
        height:350px;
    }
    .slider_single{
        width:1125px;
        height:350px;
        padding-bottom:67px;
    }
    .slider_single img{
        cursor:pointer;width: 1125px;position: relative;left: -9px;
    }
    .slidesjs-container{
        height:350px !important;
    }
}