.galleryHeaderWrap {
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: -webkit-center;
}
@media screen and (max-width: 768px) {
    .galleryHeaderWrap {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
.galleryHeaderWrap .upperOrnament {
    background-image: url(https://media.bookeventz.com/html/bookeventz.com/asset/images/venueWebsite/template2spirite.png);
    width: 100px;
    height: 24px;
    background-size: 540%;
    background-position: -191px -9px;
}
@media screen and (max-width: 768px) {
    .galleryHeaderWrap .upperOrnament {
        background-image: url(https://media.bookeventz.com/html/bookeventz.com/asset/images/venueWebsite/template2spirite.png);
        width: 160px;
        height: 44px;
        background-size: 686%;
        background-position: -405px -11px;
        margin-bottom: 1%;
    }
}
.galleryHeaderWrap .lowerOrnament {
    background-image: url(https://media.bookeventz.com/html/bookeventz.com/asset/images/venueWebsite/template2spirite.png);
    width: 100px;
    height: 26px;
    background-size: 540%;
    background-position: -186px -6px;
    transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
    .galleryHeaderWrap .lowerOrnament {
        background-image: url(https://media.bookeventz.com/html/bookeventz.com/asset/images/venueWebsite/template2spirite.png);
        width: 160px;
        height: 44px;
        background-size: 686%;
        background-position: -407px -11px;
        transform: rotate(180deg);
        margin-top: 1%;
    }
}
.galleryHeaderWrap .galleryHeader h1 {
    text-align: center;
    font-size: 17px !important;
    padding-bottom: 1px;
    font-family: 'futuraMediumBT';
    margin: 0;
}
@media screen and (max-width: 768px) {
    .galleryHeaderWrap .galleryHeader h1 {
        text-align: center;
        padding-bottom: unset;
        font-size: 36px !important;
        font-family: 'futuraMediumBT';
        margin: 0;
    }
}
.galleryWrap .btn-default:active:focus {
    color: unset;
    background-color: unset;
    border-color: unset;
}
.galleryWrap .imageWrap {
    /*background: black;*/
    background: transparent;
    width: 100%;
    height: 270px;
    text-align: -webkit-center;
    margin-bottom: 15px;
    border-left: unset;
    border-right: unset;
    flex: 0 0 33%;
    padding: 10px;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .galleryWrap .imageWrap {
        /*background: black;*/
        background: transparent;
        width: 100%;
        height: 300px;
        text-align: -webkit-center;
        margin-bottom: 15px;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        padding: 0;
        flex: none;
    }
}
.galleryWrap .imageWrapFirst {
    width: 100%;
    background: black;
    height: 270px;
    text-align: -webkit-center;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .galleryWrap .imageWrapFirst {
        width: 110%;
        background: black;
        height: 650px;
        text-align: -webkit-center;
        margin-bottom: 15px;
        margin-left: -6%;
        padding: 0;
    }
}
.galleryWrap .imgItem {
    max-width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    border-radius: 10px;
}
.buttonWrap {
    text-align: center;
    padding-bottom: 7%;
    padding-top: 3%;
}
@media screen and (max-width: 768px) {
    .buttonWrap {
        text-align: center;
        padding-bottom: 3%;
        padding-top: 3%;
    }
}
.buttonWrap .btnView {
    font-family: 'futuraBook';
    font-size: 18px;
    border: 2px solid #ff9d28;
    padding: 0.5% 4%;
    background: #fff;
    color: #ff9d28;
    border-radius: 2px;
}
@media screen and (max-width: 768px) {
    .buttonWrap .btnView {
        font-family: 'futuraBook';
        font-size: 28px;
        border: 2px solid #ff9d28;
        padding: 0.5% 3%;
        background: #fff;
        color: #ff9d28;
        border-radius: 2px;
    }
}
.row.galleryWrap {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.LazyLoad{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .row.galleryWrap {
        margin-left: 4%;
        margin-right: 4%;
    }
}
.videoWrap{
    width : 100%;
    display : flex;
justify-content: center;
}
iframe{
    width : 700px;
    height : 400px;
    border: 2px solid #d2af6a;
}
@media screen and (max-width: 768px) {
    iframe{
        width : 400px;
        height :200px;
        border: 2px solid #d2af6a;
    }
}