#videoModal .btn-close {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 999;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    opacity: 1;
    padding: 5px 5px;
    border-radius: 5px;
    line-height: 1;
}

img.img-images {
    width: 100%;
}

.virtual h6 {
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
    font-family: 'Epilogue';
    color: #212529;
}
.virtual p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Epilogue';
    padding-bottom:20px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#videoModal .modal-dialog {
    transform: translateY(-50%);
    top: 50%;
    min-width: 800px;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
#videoModal .close {
    position: absolute;
    right: -49px;
    top: 0;
    z-index: 99;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    opacity: 1;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1;
}
.embed-responsive-new {
    position: relative;
    display: block;
    overflow: hidden;
}
iframe#video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

.banner-showcase-text {
    height: initial !important;
    font-size: calc(2vw);
    width: fit-content;
    color: #e6d292;
    font-family: cy,sans-serif;
    font-weight: 700;
    font-style: normal;
    top: 50%;
}

.carousel-caption.d-none.d-md-block {
    height: 83%;
}

.banner-showcase-btn {
    border: 2px solid #fff;
    height: initial !important;
    padding: 10px;
    font-size: calc(2vw) !important;
    margin: 20px 0;
    width: fit-content;
    font-family: 'Epilogue';
    font-weight: 400;
    font-style: normal;
}

.banner-showcase-btn a {
    color: #e6d292;
    font-family: 'Epilogue';
    font-weight: 700;
    font-style: normal;
}

.video-btn > img {
    z-index: 9;
}

@media only screen and (max-width: 768px) {
    p.text-start {
        font-size: 16px;
        font-family: 'Epilogue';
        font-weight: 400;
        padding-bottom: 15px;
    }

    h6.text-start {
        font-size: 20px;
        font-weight: 700;
        padding-top: 20px;
        font-family: 'Epilogue';
    }

    #videoModal .modal-dialog {
        min-width: 100%;
    }
}