.bs-website:not(.theme-view) {
    --font-name: puvi !important;
    --regular-font: puviregular !important;
    --medium-font: puvimedium !important;
    --light-font: puvilight !important;
    --bold-font: puvibold !important;

}

.bs-section.community-section-mediaWithTextList-3 .bs-mtList-wgt .list-image .media-video {
    width: 70% !important;
    height: 480px !important;
}

@media only screen and (max-width: 767px) {
    .bs-section.community-section-mediaWithTextList-3 .bs-mtList-wgt .list-image .media-video {
        width: 100% !important;
    }
}