@charset "UTF-8";
/* YOUR CUSTOM CSS */
 .slider-button .slider-btn {
    background: transparent;
    color: #333;
    font-size: 15px;
    line-height: 40px;
    padding: 5px 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    font-weight: 500;
    animation-name: fadeInBottom;
    animation-duration: 0.9s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-right: 10px;
}

.features-bg_video {
    position: relative;
    min-height: 400px;
    background: url(../img/seaw/video_bg.png) no-repeat center center;
    background-size: cover;
}