@media (max-width: 900px) {

    body {
        min-width: 0;
    }

    body .container {
        width: 100% !important;
    }

    #sectionTop {
        height: auto;
        min-height: 0;
        max-height: none;
        text-align: center;
        background-position: center center;
        padding-bottom: 60px;
    }

    #sectionTop.about {
        padding-bottom: 0;
    }

    #divLogo {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: 40px;
    }

    #divTopRight {
        display: none;
    }

    #divSignUp {
        display: none;
    }

    #sectionTop .container {
        display: block;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    #sectionTop.about .container {
        padding-top: 50px;
    }

    #divSlogan {
        padding: 0 20px 50px 20px;
    }

    #h1Top {
        font-size: 36px;
        line-height: 40px;
    }

    #h2Top {
        font-size: 16px;
        line-height: normal;
    }

    #divSlogan .download-buttons {
        margin-top: 30px;
    }

    #divSlogan .download-buttons .btn {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #sectionShuffle,
    #sectionMobile,
    #sectionSignUp,
    #sectionFeature {
        display: none;
    }

    .mobile-section {
        margin-top: -150px;
        text-align: center;
        display: block;
    }

    #sectionFooter {
        height: auto;
        padding-bottom: 20px;
    }

    #divFooterLogo {
        display: none;
    }

    #divFooterDownload .text {
        display: none;
    }

    #divFooterDownload {
        text-align: center;
        width: 100%;
    }

    #divFooterDownload .mobile-text {
        display: inline-block;
    }

    #divFooterMiddle {
        display: block;
        padding: 20px 0;
    }

    #divFooterLinks {
        text-align: center;
    }

    #divFooterLinks a {
        display: block;
        padding: 15px;
        font-size: 16px;
    }

    #divFooterSocial {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #divFooterSocial .text {
        display: none;
    }

    #divFooterBottom {
        display: block;
        text-align: center;
    }

    #divLanguageSelection {
        margin-top: 5px;
    }

    #btnMobileSite {
        display: inline-block;
    }

    #divAbout {
        width: 100%;
        padding: 50px 20px;
    }

    #divMailAddress {
        font-size: 20px;
    }

    #sectionTerms .container {
        padding: 50px 20px;
    }

    .language-selection {
        margin: 10px 0;
    }

    #divScrollForMore {
        display: none;
    }

    .user-profile {
        width: 85%;
    }

    .area_404 {
        width: 100%;
        text-align: center;
    }

    .area_404 img {
        width: 90%;
    }

    #freshwidget-embedded-form {
        width: 100% !important;
    }

    #divFooterDownload a {
        display: block;
        margin-bottom: 20px;
    }

    .chat {
        width: 100%;
        box-shadow: none;
        border-radius: 0 0 0;
        flex: 1 100%;
        max-height: 100%;
        height: auto;
    }

    #sectionTop.no-padding {
        padding: 0;
        position: fixed;
        flex-direction: column;
        height: 100%;
        top:0;
        left:0;
        right:0;
        bottom:0
    }

    #sectionTop.no-padding .container {
        padding: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    #sectionTop.no-padding #aTopLogo {
        flex: 1 0 80px;
        display: none;
    }

    .chat .head {
        background: #716BD0;
        color: #fff
    }

    .chat .anon-notif {
        margin-left: auto;
        margin-right: auto;
    }

    .chat .body .message .message-body {
        padding: 12px 14px 8px 14px;
    }

    .chat .foot {
        padding: 10px;
    }

    .chat .download{
        display: flex;
    }

}