.cargoton-popup-video .cargoton-video{
    width: 50px;
    height: 50px;    
    text-align: center;
    line-height: 50px;
    position: relative;
    border-radius: 50%;
    background-color: var(--color-theme-white);
    display: inline-block;
    vertical-align: middle;
}
.cargoton-popup-video .cargoton-video svg{
    color: var(--color-theme-secondary);
    z-index: 3;
    margin: 0 0 2px 5px;
    width: 15px;
    height: 15px;
}
 .cargoton-video-icon .waves {
    position: absolute;
    top: 50%;
    background: transparent;
    left: 50%;
    width: 25px;
    height: 25px;
    z-index: -1;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%; 
    -webkit-backface-visibility: hidden;
}
.cargoton-video-icon .waves:before {
    position: absolute;
    background: var(--color-theme-white);
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    animation: wave-animate 3s infinite ease-out;
}
.cargoton-video-icon .waves:after {
    position: absolute;
    background: var(--color-theme-white);
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    animation: wave-animate 3s 1.5s infinite ease-out;

}
@keyframes wave-animate {
    0% {
      transform: scale(0);
      opacity: 1;
      transform-origin: center;
    }
    100% {
      transform: scale(3);
      opacity: 0;
      transform-origin: center;
    }
  }

.cargoton-popup-video .cargoton-video-text{
    display: block;
    text-align: left;
    color:var(--color-theme-white);
    font-size: var(--font-size-h5);
    font-family:var(--highlight-font-family);
    font-weight:var(--font-weight-h5);
    margin-left: 15px;
}
.cargoton-popup-video .cargoton-video-img img
{
    width: 100%;
}
.cargoton-popup-video .cargoton-video-icon{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    left: 0;
    right: 0;
    cursor: pointer;
}
.cargoton-popup-video.cargoton-popup-video_Style_2  .cargoton-video-icon{
    display: block;
    text-align: center;
}
.cargoton-popup-video.cargoton-popup-video_Style_2 .cargoton-video-icon{
    background: transparent;
}
.cargoton-popup-video.cargoton-popup-video_Style_2 .cargoton-video-icon{
    padding: 0;
}
.cargoton-popup-video.cargoton-popup-video_Style_2 .cargoton-video{
    margin-right: 0;
}
.cargoton-popup-video.cargoton-popup-video_Style_2 .cargoton-video{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--color-theme-primary);
}
.cargoton-popup-video.cargoton-popup-video_Style_2 .cargoton-video svg{
    color: var(--color-theme-white);
}
.cargoton-popup-video.cargoton-popup-video_Style_2 .cargoton-video svg{
    font-size: var(--font-size-h5);
}
.cargoton-popup-video.cargoton-popup-video_Style_2 .cargoton-video-text{
    font-family:var(--highlight-font-family);
    font-weight:var(--font-weight-h4);
    font-size: var(--font-size-h4);
}
.cargoton-popup-video.cargoton-popup-video_Style_2 .cargoton-video-text{
    text-align:center;
}

/* rs-slider wave */
.rs-parallax-wrap .cargoton-popup-video .cargoton-video
{
    background-color: var(--color-theme-primary);
}
.rs-parallax-wrap .cargoton-popup-video .cargoton-video svg path
{
    fill: var(--color-theme-white);
}
.rs-parallax-wrap .cargoton-video-icon .waves:before,
.rs-parallax-wrap .cargoton-video-icon .waves:after
{
background-color: var(--color-theme-primary);
}
