span.arrow-right{
    width: 30px;
    height: 15px;
    background-image: url(/wp-content/uploads/2023/05/arrow-right.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    display: inline-block;
}
.modal-header {
    border: none;
}
iframe#video-src {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.modal {
    position: fixed;
    padding-top: 120px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999!important;
}
.modal-body{
    padding: 0;
}
div#playClick2 {
    background-color: #000000a9;
}

.modal button {
    background: transparent;
    color: var(--white)!important;
    padding: 16px;
    font-size: 1rem;
    border-radius: 0;
    border: none;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    line-height: 17px;
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.8;
}
.modal-dialog {
    width: 964px;
    height: 555px;
    max-width: 100%;
}
.video-thumbnail{
    z-index:300;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

.video-thumbnail:hover{
    display:none;
}
.modal-content {
    max-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: transparent;
    background-clip: unset;
    border: none;
    border-radius: 0;
    outline: 0;
}
@media screen and (max-width: 1450px) {
     .modal-dialog {
        width: 70%;
        height: 500px;
        max-width: 100%;
    }
}
@media screen and (max-width: 1198px) {
   .modal-dialog {
        width: 70%;
        height: 480px;
        max-width: 100%;
        margin: 100px auto 0;
    }
    .modal {
        padding-top: 0;
    }
}
@media screen and (max-width: 991px){
    .modal-dialog {
        width: 87%;
    }
    .modal {
        padding-top: 0;
    }
}
@media screen and (max-width: 767px){

    .modal-dialog {
        width: 90%;
        height: 390px;
        max-width: 100%;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 600px) {
    .modal-dialog {
        width: 90%;
        height: 285px;
        max-width: 100%;

    }
}
@media screen and (max-width: 450px) {
   .modal-dialog {
        width: 90%;
        height: 225px;
        max-width: 100%;
    }

}