.featured-collection {position:relative;}
.featured-collection .slider-buttons {position:absolute;bottom:auto;top:30%;width:95%;justify-content:space-between;margin:auto;left:0;right:0;}
.featured-collection .slider-buttons button {background:#fff;border-radius:6px;box-shadow:rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.featured-collection .viellllink {color: #000;text-decoration: underline;font-size: 12px;width: 100%;margin: auto;display: block;text-align: center;margin-top: -1rem;}
@media screen and (max-width: 749px) {
  .featured-collection .slider-buttons{top:20%;display:flex !important;}
  .featured-collection .slider-buttons button{width:35px;height:35px;}
}