/* Slideshow CK */
.camera_caption {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.camera_caption > div {
    background: none;
}
.camera_caption_desc p {
    text-align: center;
    max-width: 1000px;
    /* margin: 0 auto; */
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
@media screen and (max-width: 480px) {
    .camera_caption_desc p {
        font-size: 20px;
    }
}

.camera_overlayer {
    background: rgba(14, 59, 95, 0.5);
}

.camera_wrap img {
    width: 100% !important;
    margin: 0 !important;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
}


/* Event Booking */

input[name="btnBack"]{
    display: none;
}