section.banner {
    padding: 0;
    overflow: hidden;
}
.slider {
    height: 550px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.video-banner video {
    width: 100%;
    display: block;
}
#vid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
}
/*.video-slider:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#1D231F), to(rgba(29, 35, 31, 0)));
    background: -webkit-linear-gradient(top, #1D231F 0%, rgba(29, 35, 31, 0) 100%);
    background: -o-linear-gradient(top, #1D231F 0%, rgba(29, 35, 31, 0) 100%);
    background: linear-gradient(180deg, #1D231F 0%, rgba(29, 35, 31, 0) 100%);
    background-size: cover;
    background-position: center;
}*/
.swiper-content {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-content h1, .swiper-content p {
    font-weight:700;
    color: #fff;
    line-height: 1.2;
}
.swiper-content p {
    font-size: 18px;
    margin-bottom: 28px;
}

/*Video banner buttons*/
.biz-btn {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 13px 24px 11px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background: #fda30e;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    border: none;
}
.biz-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(0, 1);
    z-index: -1;
    border: 2px solid #fda30e;
    color: #fff;
    background: transparent;
    border-radius: 10px;
}
.biz-btn:hover {
    color: #fff!important;
    background: transparent!important;
    transition: all 0.3s ease-in-out;
}
.biz-btn:hover:before {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
/* //Video banner buttons*/



@media(max-width: 991px) {
    .swiper-content h1 {
        font-size: 40px;
    }
}
@media(max-width: 811px) {
    .swiper-content {
        width: 70%;
    }
}
@media(max-width: 735px) {
    .swiper-content {
        width: 80%;
    }
}
@media(max-width: 639px) {
    .swiper-content h1 {
        font-size: 32px;
    }
}
@media(max-width: 479px) {
    .swiper-content a.biz-btn {
        width: 100%;
        margin: 0 0 15px;
    }
}
