.videos-desc {
    text-align: center;
    padding: 0 10px 100px;
    max-width: 1200px;
    margin: 0 auto;
}
.category-content .category-title h2, .videos-desc h1 {
    margin-bottom: 10px;
    margin-top: 0;
    color: #00adef;
    font-weight: bold;
}
.category-content .category-title h2, .videos-desc h2 {
    margin: 15px 0px;
    color: #00adef;
    font-weight: bold;
}
.category-content .category-description {
    color: #333;
}
.category-video .video-inner {
    background-color: #dfdfdf;
    padding: 10px 10px 50px 10px;
    margin: 0 0 20px 0;
}
.category-video .video-inner .video-iframe {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.category-video .video-inner .video-description {
    padding: 15px 0;
    text-align: center;
/*    font-size: 19px;*/
}
.category-video .row {
    margin-left: -15px;
    margin-right: -15px;
}
.category-video .col-lg-3.col-md-4.col-sm-6.col-xs-12.mb-4 {
    padding-left: 15px;
    padding-right: 15px;
}
.category-video .video-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-header  .header-right .header.panel {
    display: none;
}
.ves-megamenu .productselector-cta.nav-item a {
    color: #fff;
}
.ves-megamenu .productselector-cta.nav-item:hover a span {
    color: #000;
    background: transparent;
}
.ves-megamenu .productselector-cta.nav-item a span {
    background: #92d050;
    padding: 5px 10px;
    border: 1px solid #92d050 !important;
    transition: 0.1s ease-in;
    margin: 0;
}
.ves-megamenu .dropdown.submenu-left {
    position: relative;
}
.ves-megamenu .mobile-menu-show {
    display: none !important;
}
.aquarium-products .owl-stage-outer {
    display: flex;
    justify-content: center;
}
.pond-products .owl-carousel .owl-item a:hover {
    opacity: 0.5;
}
.home-banner .position-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width:1199px) {
    .category-video .col-lg-3.col-md-4.col-sm-6.col-xs-12.mb-4 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }  
    .aquarium-products .owl-stage-outer {
        display: block;
    } 
}
@media screen and (max-width:991px) {
    .category-video .col-lg-3.col-md-4.col-sm-6.col-xs-12.mb-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }  
    .ves-megamenu .productselector-cta.nav-item:hover a span {
        color: #777;
    }  
    .ves-megamenu .mobile-menu-show {
        display: block !important;
    }
}
@media screen and (max-width:767px) {
    .category-video .col-lg-3.col-md-4.col-sm-6.col-xs-12.mb-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }  
}