* {
    box-sizing: border-box;
}
.swiper-wrapper {
    width: 100% !important;;
    display: inline-block !important;;
    text-align: center !important;;
    align-items: center !important;;
}
.swiper-slide {
    width: 33% !important;;
    display: inline-block;
    padding: 0px 15px !important;;
}
.image {
    display: block;
    width: 100% !important;
    height: auto;
    border-radius: 4px;
}
.icon{
    cursor: pointer;
}
.swiper-container {
    width: 80% !important;;
    height: auto;
    margin: 0px auto;
}
i.fab.fa-youtube {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 23%, rgba(244,244,244,0) 29%, rgba(14,14,102,0) 38%);
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    width: 100% !important;
    transition: .3s ease;
}