#view-player.vjs-hd {border-radius: 15px} .suggested-list .vs-column figure.effect-fullT, .vs-column figure, .carousel_t figure {border-radius:7px}
.tpl_view .profile_count a, .profile_count a {background: rgb(222, 0, 0);
    background: linear-gradient(90deg, rgba(222, 0, 0, 1) 0%, rgba(101, 5, 5, 1) 100%);
    border-radius: 7px;
transition-duration: 0.4s}
.profile_count a:hover {
    background: rgb(101, 5, 5);
    background: linear-gradient(90deg, rgba(101, 5, 5, 1) 0%, rgba(222, 0, 0, 1) 100%);
}