.makerz-popup-video {
  position: relative;
  width: 10.25em;
  height: 10.25em;
}

.makerz-popup-video .triangle svg {
  height: 3.75em;
  width: 3.4375em;
}

.video-position-right .makerz-popup-video {
  margin: 0 2em 0 auto;
  right: 0;
  left: auto;
}

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

.circular-text .showreel div {
  letter-spacing: 0.5em;
  font-size: 0.625em;
  word-spacing: 0.5em;
}

.makerz-popup-video .makerz-video-icon .makerz-video.popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 10.25em;
  line-height: 10.25em;
  width: 10.25em;
  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;
}

.makerz-popup-video .makerz-video-icon .makerz-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 4;
}

.makerz-popup-video .makerz-video-icon .makerz-video.popup-youtube svg,
.makerz-popup-video .makerz-video-icon .makerz-video.popup-youtube img {
  width: 3.125em;
  height: 3.125em;
  position: absolute;
  top: 50%;
  left: 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;
  transform: translate(-50%, -50%);
}

.video-position-center .makerz-popup-video {
  margin: 0 auto;
}

.circular-text text {
  letter-spacing: 1.5em;
  fill: var(--color-theme-primary);
  font-size: var(--font-size-h3);
}

/* Style-2 */
.makerz-popup-video.style-two {
  position: static;
  width: auto;
  height: auto;
}

.makerz-popup-video.style-two .makerz-waves-effect {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.makerz-popup-video.style-two .makerz-waves-effect a.makerz-video.popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: var(--color-theme-white);
  width: 6.25em;
  height: 6.25em;
  text-align: center;
  line-height: 6.25em;
  border-radius: 100%;
  z-index: 1;
}

.makerz-popup-video.style-two .makerz-waves-effect .makerz-video.popup-youtube i,
.makerz-popup-video.style-two .makerz-waves-effect .makerz-video.popup-youtube svg {
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.makerz-popup-video.style-two .triangle-animated {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  color: var(--global-font-color);
  background: none;
  width: 4em;
  height: 4em;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.makerz-popup-video.style-two .triangle {
  position: relative;
}

.makerz-popup-video.style-two .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0.0625em;
  border-style: solid;
}

.makerz-popup-video.style-two .triangle-1 {
  margin: 0.475em 0 0 0.325em;
  transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  -ms-transition: margin 0.4s ease-in-out;
  -o-transition: margin 0.4s ease-in-out;
  -webkit-transition: margin 0.4s ease-in-out;
  border-color: transparent;
}

.makerz-popup-video.style-two:hover .triangle-1 {
  margin: 0;
  border-color: transparent;
}

.makerz-popup-video.style-two .triangle-2 {
  border-color: transparent;
}

.makerz-popup-video.style-two .triangle-icon,
.makerz-popup-video.style-two .triangle-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.makerz-popup-video.style-two .triangle-icon {
  overflow: hidden;
}

.makerz-button-link:hover .triangle-icon-inner {
  color: var(--color-theme-primary);
}

.makerz-button-link:hover .triangle-icon-inner svg path {
  fill: var(--color-theme-primary);
}