.post-category-slider .swiper-slide-active
{
    width: 100% !important;
    border-radius: 20px;
}
.post-category-slider .swiper-slide-active > div:first-child
{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    opacity: 0.3;
    border-radius: 20px;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) -1.17%, rgba(0, 0, 0, 0.00) 33.12%), lightgray 0px -62.642px / 100% 138.33% no-repeat;
}
.post-category-slider .swiper-button-next
{
    left: 8% !important;
}
.post-category-slider .swiper-button-prev
{
    right: 8% !important;
}
.post-category-slider .swiper-button-next,
.post-category-slider .swiper-button-prev
{
    top: 56% !important;
}
.cat-tabs > .active
{
    padding: 6px 10px !important;
    border-radius: 10px !important;
    color: var(--theme-secondary) !important;
    background-color: #466CFF29 !important;
}

.post-gallery-image > div:first-child
{
    background: linear-gradient(0deg, rgba(24, 48, 143, 0.42) 0%, rgba(24, 48, 143, 0.42) 100%), lightgray -4.368px -46.486px / 105.214% 127.158% no-repeat;
}

.video-wrapper:hover .controls
{
    bottom: 0px;
}

.volume:hover > div
{
    display: block;
}

/*.post-gallery-image*/
/*{*/
/*    height: 595px !important;*/
/*}*/

/**
    Responsive
 */

@media (max-width: 768px)
{
    .post-category-slider .swiper-button-next
    {
        left: 16% !important;
    }
    .post-category-slider .swiper-button-next,
    .post-category-slider .swiper-button-prev
    {
        top: 65% !important;
    }
    .post-category-slider .swiper-button-prev
    {
        right: 16% !important;
    }
    .post-gallery-image
    {
        height: 274px !important;
    }
}