img.footer-gg-logo {
    width: 100px;
    margin-top: 6px;
}
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.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;
}

.swiper-pagination {
    position: absolute;
    font-size: 18px;
    text-align: center;
    transition: .3s opacity;
    color: #fff;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.vid {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: fill;
}
@media (max-width: 778px) {
    .image-container {
        display: block !important;
    }
    .indices {
        display: block !important;
    }
    #container {
        /* display: none !important; */
    }
}
@media (min-width: 800px) {
    .aaaaa {
        top: -92px;
        /* width: calc(375px + 20.8333vw); */
        width: 100%;
        height: calc(150px + 8.8888vw);
        background: #222;
    }
}
.about_text {
    margin-top: -204px;
    margin-bottom: 200px;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
}
.photo_nr ul li:hover {
    color: #e60012 !important;
}
.more {
    text-align: center;
    margin-top: 6vw;
    font-size: 20px;
    color: #111;
}
.more a {
    border-bottom: 2px solid #111;
}
#video_b {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: fill;
}
.cccc {
    position: absolute;
    top: 80px;
    left: 42px;
}
.cccc p {
    margin-top: 12px;
}
@media (max-width: 778px) {
    .cccc {
        position: absolute;
        top: 490px !important;
    }
    .cccc p {
        margin-top: 12px; 
    }
    .footer-info-container {
        height: 950px !important;
    }
    .ewm_img {
        top: -190px;
    }
}