.video-area {
	margin-bottom: -219px;
	position: relative;
}
.video-02-area{
    background-size: cover;
	background-position: center center;
}
.video-bg {
	background-size: cover;
	background-position: center center;
	padding-top: 265px;
	padding-bottom: 265px;
}
.video-icon {
    & a{
    font-size: 22px;
    color: $theme-color;
    background: $white;
	height: 120px;
	display: inline-block;
	width: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
    transition: .3s;
    position: relative;
    &::before{
        content: '';
        display: inline-block;
        position: absolute;
        top: -2px;
        left: -2px;
        bottom: -2px;
        right: -2px;
        border-radius: inherit;
        border: 1px solid #fff;
        -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
        animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
        transition: .3s;
     }
    }
}
@-webkit-keyframes btnIconRipple { 0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); }
80% { border-width: 1px; -webkit-transform: scale(1.35); transform: scale(1.35); }
100% { opacity: 0; } }
.video-text{
    & h2{
        color: $white;
        margin-bottom: 0;
        font-size: 60px;
        letter-spacing: -.3px;
        margin-top: 33px;
    }
}
