.slider-v3-thumb-area { position: absolute; bottom: -75px; left: 0; right: 0; z-index: 99; } .slider-v3-thumb{ // position: absolute; margin: 0; .col{ cursor: pointer; border-bottom: 5px solid #fff; border-right: none; border-radius: 10px; transition: all .5s; &:last-child{ // border-right: 5px solid #fff; } &.active{ border-color: #000; } } img { height: 150px !important; -o-object-fit: cover; object-fit: cover; width: 100%; // border-radius: 5px !important; // pointer-events: none; } a.owl-thumb-item { display: block; } } .banner.v2{ .ImageOverlay { width: 100%; height: 100%; display: block; position: absolute; } } .banner.v2.v3 .owl-nav, .banner.v2.v4 .owl-nav { bottom: 0; top: 0; left: auto; margin: auto; height: auto !important; } .container.slider-v4-thumb-area{ position: absolute; left: 0; right: 0; margin: 0 auto; z-index: 1; bottom: 0; text-align: center; .slider-v4-thumb .owl-thumb-item{ width: 60px; display: inline-block; height: 60px; overflow: hidden; border-radius: 50%; cursor: pointer; position: relative; transform: scale(1); transition: all .5s; img{ width: 100%; height: 100%; display: block; object-fit: cover; position: relative; transform: scale(1.4); } &.active{ border: 5px solid #fff; transform: scale(1.2); } } }