.swiper-button-next {
    background-color: dimgrey !important;
    color:white;
    height:100% !important;
    margin:0px !important;
    right: 0px;
    top:0px;
    font-weight: bolder;
    width:5%;
}
.swiper-button-prev {
    background-color: dimgrey !important;
    color:white;
    height:100% !important;
    margin:0px !important;
    left: 0px;
    top:0px;
    width:5%;
}

.swiper-container {
    background-color:black;
    height: 100%;
    width: 100%;
}

.swiper-slide{
    filter: opacity(50%) !important;
    width:25%;
}
.swiper-slide .card{
    height:500px;
}
.swiper-slide-active{
    filter:opacity(100%) drop-shadow(0px 0px 10px #fff) !important;
    width:25%;
}

.swiper-wrapper{
    margin-bottom:35px !important;
    padding:25px !important;
}
