.btn-wrap a, .btn-watch {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px !important;
    font-weight: 600;
    border: 1px solid #e9152b;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
}
.video-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    overflow: auto;
    z-index: 9999999;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}

.video-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(images/vid-sprite.png) 5px -10px no-repeat;
    top: 15px;
    right: 20px
}

.video-modalInner {
    max-width: 70%;
    width: 90%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    z-index: 1;
}

.video-container {
    display: table-cell;
    vertical-align: middle
}

.video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%
}

.video-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.container {
    width: 90%;
    overflow: hidden;
}
@media only screen and (max-width:767px) {
    .video-modalInner {
        max-width: 90%;
    }
    .video-close {
        right: 5px;
        top: 5px;
    }
}
#scroll, .heading-menu {
    display: none;
}