.carousel-item {
    height: calc(100vh - 139px)
}

.contentRow {
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255,255,255,0.9);
    border-radius: 10px;
}


.contentRow .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover; /* This keeps the video covering the container */
}

.carousel-inner .text {
    position: absolute;
    top: 10%;
    width: 30vw !important;
    left: 5%;
    height: auto;
    text-align: left;
    font-size: 40px;
    /*font-weight: normal;*/
    z-index: 5;
    color: #fff;
    border-radius: 10px;
    font-family:"questrial" !important;
}

.addSlideDetails {
    line-height: 15px;
    margin-top: 20px;
}

.carousel-inner .findAndBook {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: left;
}

.addSlideDetails button {
    width: 30vw !important;
    margin-top: 20px;
    padding: 5px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.3);
    font-size: 13px;
    text-align: center;
    color: rgba(0,0,0,0.5)
}

.carouselButtons {
    display: inline-grid;
    position: absolute;
    width: 50px;
    bottom: 33px;
    right: 20px;
    z-index: 3;
}

.carouselButtons button {
    border-radius: 100px;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.8);
}

.nextSlideImage {
    position: absolute;
    bottom: 30px;
    right: 100px;
    z-index: 3;
}

.nextSlideImage p {
    text-align: center;
    color: #fff;
    z-index: 4;
}

.nextSlideImage img {
    height: 125px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255,255,255,0.8);
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}