.video-section {
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size:cover; background-position: center;
    color: var(--terniry);
}
.video-content {
    padding-bottom: 10px
}
.video-content h4 {
    margin-bottom: 18px;
}
.video-btn {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    background-color: #f81781
}
.video-btn:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    position: absolute;
    content: "";
    border: 1px dashed #7b7977;
    border-radius: 50px;
}
.video-btn svg {
    margin-left: 3px
}
.video-btn.style--two {
    width: 220px;
    height: 220px;
    border-radius: 0
}
.video-btn.style--two svg {
    width: 32px;
    height: 35px;
    margin-left: 5px
}
.video-btn.style--two:after {
    display: none
}
.video-btn.style--three {
    width: 75px;
    height: 75px;
    background-color: #f79457;
    z-index: 2
}
.video-btn.style--three svg {
    width: 23px;
    height: 23px;
    margin-left: 3px;
    position: relative;
    z-index: 2
}
.video-btn.style--three:after,
.video-btn.style--three:before {
    background-color: #f79457;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border: none;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    z-index: 1
}
.video-btn.style--three:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.video-btn.style--four {
    width: 55px;
    height: 55px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.video-btn.style--four svg {
    width: 18px;
    height: 18px
}
.video-btn.style--four svg path {
    fill: #6a1a9a
}
.video-btn.style--four:after {
    display: none
}
.video-btn.style--four:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.video-btn.style--five {
    width: 70px;
    height: 70px;
    background-color: #6a1a9a;
    z-index: 2
}
.video-btn.style--five svg {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    position: relative;
    z-index: 2
}
.video-btn.style--five:after,
.video-btn.style--five:before {
    background-color: #6a1a9a;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border: none;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    z-index: 1
}
.video-btn.style--five:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}