@media only screen and (max-width: 1000px) {
    #remote-chat {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    #remote-video {
        width: 100%;
    }
    #remote-text span.h5{
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    #remote-text span.h5{
        font-size: 14px;
    }
    #remote-buttons button {
        display: block;
        padding: 2em;
        margin-bottom: 1em;
        min-width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    #vimeo-video {
        width: 100%;
    }
    #vimeo-recommendations {
        float: left;
    }
}

@media only screen and (max-width: 1000px) {
    #profil-buttons a {
        font-size: 14px;
    }
    #profil-buttons {
        flex-direction: column !important;
    }
    #profil-buttons div{
        padding-top: 0.5rem;
    }
}

@media only screen and (max-width: 600px) {
    #profil-buttons a {
        font-size: 12px;
    }
    #profil-buttons div{
        padding-top: 0.2rem;
    }
}