File: /home/rockyroadprintin/www/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/video.css
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.uta-video-popup {
width: 100%;
height: 500px;
border-radius: 10px;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: table;
text-align: center;
}
.uta-video-popup-overlay {
display: table-cell;
vertical-align: middle;
}
.uta-popup-video {
position: relative;
margin: auto;
width: 66px;
height: 66px;
border: 2px solid;
border-radius: 50%;
font-size: 18px;
color: #fff;
-webkit-animation: 1.6s playShadow ease-out infinite;
animation: 1.6s playShadow ease-out infinite;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
text-decoration: none;
}
.uta-popup-video span {
margin: auto;
padding-left: 3px;
}
.uta-popup-video:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 50%;
z-index: -1;
pointer-events: none;
-webkit-transition: 0.35s;
transition: 0.35s;
}