
.si-text-content{
    display: flex;
    padding: 5vw 12.4vw 4vw 12.4vw;
}
.si-text-content h3{
    color: #000000;
    font-weight: 600;
    font-size: 2.47vw;
    width: 30vw;
    line-height: 1.3;
}
.si-text-content .si-para{
    width: 42vw;
    padding-left: 1.6vw;
}
.si-text-content .si-para p{
    color: #6C6C6C;
    font-weight: 400;
    line-height: 1.93;
    font-size: .83vw;
    margin-bottom: 1.4vw;
}
.si-video .left{
    position: absolute;
    width: 43vw;
    top: 0;
    z-index: -1;
}
.si-video .right{
    position: absolute;
    right: 0;
    width: 43vw;
    z-index: -1;
}
.si-video-bg.mob{
display: none;
}
.si-video-bg{
    cursor: pointer;
    height: 24.9vw;
    width: 45.2vw;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    object-fit: cover;
}
.si-video{
    position: relative;
}
.si-video-play{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.si-video-play:hover{
    box-shadow: 0 0 7px 3px #aaaaaa;
}
@keyframes mymove {
    50% {
        box-shadow: 0 0 7px 3px #aaaaaa;
    }
  }
.si-video-play{
    animation: mymove 5s infinite;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.58);
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
}
.si-video-play img{
    width: 2.5vw;
    height: 2.9vw;
    object-fit: cover;
    display: grid;
    margin: auto;
    padding-top: 1vw;
}
.video-popup {
    width: -moz-available;
    z-index: 9999;
    display: none;
    width: -webkit-fill-available;
    height: 100vh;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
  }
  .popup-bg {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
  }
  .popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
.popup-content iframe{
    width: 50vw;
    height: 30vw;
}
@media only screen and (max-width: 500px) {
    .popup-content iframe{
        width: 86vw;
        height: 61vw;
    }
    .si-text-content{
        padding: 5vw 3.9vw 4vw 3.9vw;
        display: block;
    }
    .si-text-content h3{
        padding-top: 21vw;
        width: unset;
        font-size: 5.6vw;
        margin-bottom: 4.3vw;
        line-height: 1.26;
    }
    .si-text-content .si-para{
        width: unset;
        padding-left:0;
    }
    .si-text-content .si-para p{
        line-height: 1.45;
        font-size: 3.08vw;
        margin-bottom: 4vw;
    }
    .si-video{
        margin-bottom: 8vw;
    }
    .si-video .left{
        display: none;
    }
    .si-video .right{
        display: none;
    }
    .si-video-bg{
        height: 64.9vw;
        width: 92vw;
        object-fit: cover;
    }
    .si-video-bg{
        display: none;
    }
    .si-video-bg.mob{
        display: block;
    }
    .si-video-play img{
        width: 6.5vw;
        height: 6.9vw;
        padding-left: 2vw;
        padding-top: 3vw;
    }
    .si-video-play{
        width: 13vw;
        height: 13vw;
    }
}