.backgroundImage {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/About.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    /*max-height: 769px;*/
}

.ContentAbout {
    margin-top: 200px;
}

.AboutTitle {
    color: #ffffff;
    font-family: "Dense-Regular";
    font-size: 50px;
    line-height: 40px;
    text-transform: uppercase;
}

.AbouUScontent {
    width: 90%;
    max-width: 670px;
    height: 350px;
}

.ItemHeight {
    height: 350px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.AboutSep {
    width: 100%;
    background-color: rgba(255,255,255,0.66);
    height: 5px;
    margin: 5px 0;
}

.AboutDesc {
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'AvantGarde-CondBook';
    max-height: 150px;
}



.swiper-container {
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent !important;
}


.swiper-pagination-bullet {
    height: 40px !important;
    opacity: 0.82 !important;
    width: 5px !important;
    background-color: #ffffff !important;
    border-radius: initial !important;
    margin-bottom: 22px !important;
    position: relative;
}

    .swiper-pagination-bullet:not(:last-child)::after {
        position: absolute;
        width: 1px;
        height: 22px;
        bottom: -22px;
        left: 2px;
        content: '';
        background-color: rgba(255,255,255,0.82) !important;
    }

    .swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {
        background-color: #A1216A !important;
        opacity: 1 !important;
    }

.swiper-container-vertical > .swiper-pagination-bullets {
    top: 65% !important;
    right: 15px !important;
}

@media all and (max-width: 1800px) {
    .backgroundImage {
        -webkit-background-size: initial;
        -moz-background-size: initial;
        -o-background-size: initial;
        background-size: initial;
    }
}


@media all and (max-width: 800px) {
    .backgroundImage {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;
    }
}


@media all and (max-width: 480px) {
     .MyFooter {
        z-index: 20;
    }

    .AboutDesc {
        max-height: 122px;
    }
}
