* {
    border-radius: 0 !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

#nextUp .card {
    background-color: transparent;
    background-image: url("/assets/x8s/img/nextUp.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    background-position-y: 50%;
}

#aboutUs .card {
    background-image: url("/assets/x8s/img/about.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    background-position-y: 50%;
}

.b_opacity {
    right: 0.5rem;
}

#map {
    min-height: 350px !important;
}

.clubColourBg {
    background-color: #00758d;
}

.slide-loading{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: white;
    text-align: center;
    content: 'Loading Please Wait!';
    overflow-y: hidden !important;
}

@media (min-width: 767.98px) {
    .x8s-item img {
        min-height: 540px;
        max-height: 540px;
    }
    modal-body .x8s-item img {
        min-height: 640px;
        max-height: 640px;
    }
}

@media (max-width: 575.98px) {
    .x8s-item img {
        max-width: 330px;
        min-width: 330px;
    }
}