.section-banners .item-banner img{width:100%;border-radius:16px}.section-banners .item-banner{display:block;margin:auto;text-align:center;overflow:hidden;position:relative}.item-banner:before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:"";width:50%;height:100%;background:linear-gradient(to right,#fff0 0%,rgb(255 255 255 / .3) 100%);transform:skewX(-25deg)}.item-banner:hover:before{-webkit-animation:shine 0.75s;animation:shine 0.75s}@keyframes shine{100%{left:125%}}@media screen and (min-width:992px){.section-banners .item-banner img{border-radius:48px}}