@media only screen and (max-width: 570px) {

    :root {
        --font1: 28px;
        --font2: 20px;
        --font3: 18px;
        --font4: 16px;
        --font5: 16px;
    }


    .carousel {
        position: relative;
        width: 100%;
        height: 68.5vw;
    }

    .welcome-section-container {
         height: auto;
    }

.welcome-pagination-container {
    position: relative;
    margin: 0 auto;
}
/*--------------------------------------------------------------------*/

.visiting-card-container {
    grid-template-columns: 1fr;
    
}

.video-section {
    position: relative;
    min-height: inherit;
}

/*------------------------------------------------------------------------*/
.explore-section-title {
    top: 40px;
    margin-bottom: 105px;
}

.img-explore {
    position: relative;
    width: 100%;
    height: 86.5vw;
    margin: 0 auto;
}

.img-explore-before {    
    height: 86.5vw;
}

.footer-nav {
    position: relative;
    width: 100%;
    height: 68px;
    margin-top: 15px;
}

.footer-nav li {
    width: 30%;
    line-height: 33px;
    margin: 0;
    font-size: 18px;
}

.footer-rsusername li:nth-last-child(2) {
    display: none;
}


}