.video-wrap {
width: 100%;
height: 480px;
background-size: cover;
background-position: center;
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;
position: relative;
}
.video-style-1 .video-wrap a.popup-video,
.video-style-2 .video-wrap a.popup-video.font {
border-radius: 50%;
-webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
width: 120px;
height: 120px;
line-height: 120px;
background-color: #fff;
text-align: center;
font-size: 16px;
color: #1c1c1d;
position: relative;
}
.video-style-1 .video-wrap a.popup-video:hover,
.video-style-2 .video-wrap a.popup-video.font:hover{
color: #fff;
background-color: #d6a77b;
}
.video-style-1 .video-wrap a.popup-video::before,
.video-style-2 .video-wrap a.popup-video.font::before {
position: absolute;
content: '';
left: 0;
top: 0;
height: 100%;
width: 100%;
border: 1px solid #efefef;
border-radius: 50%;
-webkit-animation: pulse-border-2 1s linear infinite;
animation: pulse-border-2 1s linear infinite;
}
.video-style-1 .video-wrap a.popup-video::after,
.video-style-2 .video-wrap a.popup-video.font::after {
position: absolute;
content: '';
left: 0;
top: 0;
height: 100%;
width: 100%;
border: 1px solid #efefef;
border-radius: 50%;
-webkit-animation: pulse-border-2 1.5s linear infinite;
animation: pulse-border-2 1.5s linear infinite;
}
.video-style-2 .video-wrap a.popup-video.font::before,
.video-style-2 .video-wrap a.popup-video.font::after{
border: 0;
background-color: #fff;
z-index: -1;
}
.video-style-2 .video-wrap,
.video-style-3 .video-wrap {
height: auto;
}
.video-style-3 .video-wrap{
display: inline-block;
width: auto;
}
.video-style-3 .video-wrap a{
display: flex;
align-items: center;
padding: 20px;
-webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
background-color: #fff;
}
.video-style-3 .video-wrap a:hover{
background-color: #d6a77b;
color: #fff;
}
.video-style-3 .video-wrap a i{
margin-right: 10px;
}
.video-style-3 .video-wrap a p{
margin: 0;
} .video-style-4 .video-wrap {
height: auto;
}
.video-style-4 .popup-video {
position: relative;
width: 80px;
height: 80px;
background-color: #d6a77b;
border-radius: 50%;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
}
.video-style-4 .popup-video:before {
content: '';
position: absolute;
border-radius: 50%;
top: -10px;
left: -10px;
width: calc(100% + 20px);
height: calc(100% + 20px);
border: 2px solid #fff;
animation-name: pulseInOut;
opacity: 0;
animation-duration: 3s;
animation-iteration-count: infinite;
}
.video-style-4 .popup-video:after {
content: '';
border-radius: 50%;
position: absolute;
top: -10px;
left: -10px;
width: calc(100% + 20px);
height: calc(100% + 20px);
border: 2px solid #fff;
animation-name: pulseInOutSM;
opacity: 0;
animation-duration: 3.5s;
animation-iteration-count: infinite;
} .video-style-1 .video-wrap:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 64, 113, 0.5);
}