.evpw-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 40%;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay;
}
.evpw-logo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 40px;
  width: 160px;
}
.evpw-play {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: red;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.evpw-play-icon {
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.evpw-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}
.evpw-modal-content {
    position: relative;
    max-width: 960px;
    width: 90%;
    background: transparent;
    border-radius: 8px;
}
.evpw-modal-content iframe,
.evpw-modal-content video {
    width: 100%;
    height: 540px;
    border: none;
    border-radius: 8px;
}
.evpw-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: white;
    color: black;
    font-size: 24px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    line-height: 35px;
}


.evpw-play {
    position: absolute;
bottom: 50%;
  right: 50%;
    width: 60px;
    height: 60px;
    background: #cc0a3d;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.evpw-play-icon {
    position: relative;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* Add the ripple wrapper */
.evpw-play::before,
.evpw-play::after,
.evpw-play span {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 20px solid rgba(204, 10, 61, 0.4);
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: evpw-wave 3s infinite ease-out;
}

.evpw-play::after {
    animation-delay: 0.5s;
}

.evpw-play span {
    animation-delay: 1s;
}

@keyframes evpw-wave {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.video_slider{  overflow-x: unset !important;}

.evpw-logo{ display: none;}


@media only screen and (max-width:1024px) and (min-width:1013px) {
}
@media only screen and (max-width:1014px) and (min-width:668px) {
}
@media only screen and (max-width:667px) and (min-width:480px) {
}
@media only screen and (max-width:479px) and (min-width:320px) {
    .evpw-wrapper {
  padding-top: 40%;
}


.evpw-play {
  width: 40px;
  height: 40px;
}
.evpw-logo {
  width: 140px;
}


}
