.static-banners-with-absolute-content.img-zoom .banner-with-center-content .nb-img-wrapper{
    overflow: hidden;
}

.static-banners-with-absolute-content.img-zoom .banner-with-center-content .nb-img-wrapper .nb-img{
    transition: all .5s ease;
    transform: scale(1.4);
    position: relative;
}

.static-banners-with-absolute-content.img-zoom .banner-with-center-content:hover .nb-img-wrapper .nb-img{
    transform: scale(1);
}

.nb-grid-banner-8 .nb-slider-item-box-16 {
    height: 100%;
}

.nb-grid-banner-8 .nb-slider-item-box-16 .nb-slider-item-name {
    margin-bottom: 20px;
}