.block-47-full-video .video__card {
    display: flex;
    flex-direction: column;
    grid-gap: 2rem
}

@media(max-width:991.98px) {
    .block-47-full-video .video__card {
        grid-gap: 1rem
    }
}

.block-47-full-video .video__card:hover .video__info .video__title {
    color: var(--theme-color)
}

.block-47-full-video .video__card .video__info .video__title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--text-color)
}

@media(max-width:991.98px) {
    .block-47-full-video .video__card .video__info .video__title {
        font-size: 26px
    }
}

.block-47-video-sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 1rem
}

@media(max-width:991.98px) {
    .block-47-video-sidebar {
        grid-gap: 0
    }
}

.block-47-video-sidebar .video-slider .slider-card {
    position: relative;
    display: flex;
    grid-gap: 1rem;
    margin: 15px 0
}

@media(max-width:991.98px) {
    .block-47-video-sidebar .video-slider .slider-card {
        margin: 5px 0
    }
}

.block-47-video-sidebar .video-slider .slider-card:hover .img-wrapper .slider-img .slider-img-div::before {
    display: none
}

.block-47-video-sidebar .video-slider .slider-card:hover .img-wrapper .slider-img .slider-img-div::after {
    opacity: 1
}

.block-47-video-sidebar .video-slider .slider-card:hover .img-wrapper .play-icon {
    opacity: 0
}

.block-47-video-sidebar .video-slider .slider-card:hover .slider-details .details-title a {
    color: var(--secondary-color) !important
}

.block-47-video-sidebar .video-slider .slider-card .img-wrapper {
    flex: 1;
    position: relative
}

.block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img {
    width: 100%;
    height: 100px
}

@media(max-width:1336px) {
    .block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img {
        height: 90px
    }
}

@media(max-width:991.98px) {
    .block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img {
        height: 150px
    }
}

@media(max-width:600px) {
    .block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img {
        height: 120px
    }
}

@media(max-width:450px) {
    .block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img {
        height: 100px
    }
}

@media(max-width:375px) {
    .block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img {
        height: 80px
    }
}

.block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img .slider-img-div {
    height: 100%;
    position: relative;
    overflow: hidden
}

.block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img .slider-img-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
    border-radius: 5px;
    transition: all 300ms ease-in-out
}

.block-47-video-sidebar .video-slider .slider-card .img-wrapper .slider-img .slider-img-div::after {
    content: "Play";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 5;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    transition: all 300ms ease-in-out
}

.block-47-video-sidebar .video-slider .slider-card .img-wrapper .play-icon {
    position: absolute;
    top: .5rem;
    left: .5rem;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    transition: all 300ms ease-in-out
}

.block-47-video-sidebar .video-slider .slider-card .slider-details {
    flex: 2
}

.block-47-video-sidebar .video-slider .slider-card .slider-details .details-title {
    font-size: 24px;
    letter-spacing: .5px;
    font-weight: 500;
    color: var(--text-color) !important;
    transition: all 300ms ease-in-out;
    line-height: 1.4 !important
}

@media(max-width:450px) {
    .block-47-video-sidebar .video-slider .slider-card .slider-details .details-title {
        font-size: 22px
    }
}

.video__src {
    position: relative
}

.video__main-img {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60%
}

.video__main-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.video__main-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.video__main-play {
    font-size: 30px;
    background-color: rgba(255, 255, 255, .4);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.video__main-play i,
.video__main-play svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video__card:hover .video__main-play {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #1a1a1a
}

.slick-arrow {
    position: absolute;
    top: -5rem;
    right: 0;
    background: var(--theme-color);
    min-width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media(max-width:991.98px) {
    .slick-arrow {
        top: -4rem
    }
}

.slick-arrow span {
    color: #fff;
    display: flex;
    font-size: 18px
}

.arrow_vertical-prev {
    right: 2.5rem
}