.img-block-xyx-2019517{
        width: 1200px;
        margin: 0 auto;
    }
    .img-block-xyx-2019517 .img-list{
        display: flex ;
        justify-content: space-evenly;
        align-items: center;
    }
    .img-block-xyx-2019517 .slick-slider {
        padding-bottom: 0 !important; 
    }
    .img-block-xyx-2019517 .img-item{
        max-height: 210px;
        width: 30%;
        margin: 0 10px;
        position: relative;     
        overflow: hidden;
        background-color: #1a93c4;
        display: flex !important;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .img-block-xyx-2019517 .img-item .banner-docs{
        max-height: 70px;
        overflow: hidden;
        line-height: 1.2;
    }
    
    .img-block-xyx-2019517 .img-item:hover img{
        transform: scale(1.2,1.2); 
        
    }
    .img-block-xyx-2019517 .img-item>a{
        height: 100%;
        display: block;
        width: 40%;   
    outline: none;
    }
    .img-block-xyx-2019517 .img-item img{
        width: 100%;
        object-fit: cover;
        transition: all 0.5s ease;
    }

    .img-block-xyx-2019517 .container{
        width: 100%;
        height: 210px;
        padding: 15% 0 15% 15%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .img-block-xyx-2019517 .sliding-block{
        position: absolute;
        height: 100%;
        width: 0%;
        top: 0;
        transition: all 0.3s ease;
        left: 0;
        background-color: #000;
        z-index: -1;
    }

    .img-block-xyx-2019517 .img-item:hover .sliding-block{
        position: absolute;
        width: 100%;

    }
    .img-block-xyx-2019517 .banner-description{
        width: 60%;
        height: 100%;
    }
    .img-block-xyx-2019517 .banner-description .banner-name{
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        text-transform: capitalize;
    }

    .img-block-xyx-2019517 .banner-description .moreBtn{
        font-size: 14px;
        color:#fff;
        text-decoration: underline;
    }
    
     .img-block-xyx-2019517 .next,
    .img-block-xyx-2019517 .last{
        display: none;
    }
    
    
        @media only screen and (min-width:1200px ) {
        .img-block-xyx-2019517{
        position: relative;     
    }
    .img-block-xyx-2019517 .next,
    .img-block-xyx-2019517 .last{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: rgba(0,0,0,.6);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
            z-index: 2;
    font-size: 20px;
    color: #fff;
        margin-left: -10px;
    }
    .img-block-xyx-2019517 .last{
        right: 0;
        margin-right: -10px;
    }
}
    
    @media only screen and (max-width:1200px ) {
        .img-block-xyx-2019517{
                width:100%;
                margin: 0 auto;
            }
        }
        @media only screen and (max-width:900px ) {
            .img-block-xyx-2019517 .img-list {
        display: block;
                    }
                    .img-block-xyx-2019517 .img-item{
                width:100%;
                justify-content: space-between;
                margin: 0 ;
                margin-bottom: 10px;

            }
    .img-block-xyx-2019517 .img-item>a{
        height: 100%;
        width: auto;
    }

    
    .img-block-xyx-2019517 .container{
        padding:0;
        padding-left: 15%;
    }

}