.slainte-popup-video {
  position: relative;
}
.video-position-right .slainte-popup-video
{
  margin: 0 32px 0 auto;
  right: 0;
  left: auto;
}

.circular-text {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

.circular-text .showreel div {
  letter-spacing: 8px;
  font-size: 10px;
  word-spacing: 8px;
}

.slainte-popup-video .slainte-video-icon .slainte-video.popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--color-theme-white);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  z-index: 3;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background: var(--color-theme-white);
}

.slainte-popup-video .slainte-video-icon .slainte-video.popup-youtube svg {
  width: auto;
  height: 28px;
  fill:var(--color-theme-primary);
  position: absolute;
  top: 52%;
  left: 58%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}


.circular-text text {
  letter-spacing: 24px;
  fill: var(--color-theme-white);
  font-size: var(--font-size-h5);
}


.slainte-popup-video .slainte-waves { width: 150px; height: 150px; z-index: 2; margin: 0 auto;}
.slainte-popup-video .slainte-waves .waves { position: absolute; width: 150px; height: 150px; border: 1px solid rgba(255, 255, 255, 0.8); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-radius: 0px; background-clip: padding-box; -webkit-animation: waves 3s ease-in-out infinite; animation: waves 3s ease-in-out infinite; border-radius: 50%; }
.slainte-popup-video .slainte-waves .wave-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.slainte-popup-video .slainte-waves .wave-2 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.slainte-popup-video .slainte-waves .wave-3 { -webkit-animation-delay: 1s; animation-delay: 1s; }
@-webkit-keyframes waves {
0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes waves {
0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}