.menu-logo{display:none;}
.sticky-header-active .menu-logo{display:block;}
.video-single figure {
    position: relative;
    margin: 0;
}
.video-single figure .v_img {
    position: relative;
}
.video-single figure .v_img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(15,15,30,.2);
}
.rounded {
    -webkit-border-radius: 0.266rem!important;
    border-radius: 0.266rem!important;
}
.video-single figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shape-wrapper.img-shape-two:before {
    background: url(https://nerontech.com/img/img_shape2.png);
    -webkit-background-size: 100% 101%;
    background-size: 100% 101%;
    background-repeat: no-repeat;
}
.shape-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.play-btn.play-btn--primary {
    background: #413aa4;
}
.play-btn.play-btn--lg {
    width: 4.66667rem;
    height: 4.66667rem;
}
.play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.play-btn .svg {
    width: 1.2rem;
    fill: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.isotope-item img.img-fluid{
    background: radial-gradient(#b4b4b4, #00000012);
    min-width: 261px;
    min-height: 261px;
}
