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

    bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0%;
    }

    .content-container {
        width: auto;
        height: 100%;
    }

    .content {
        width: 100%;
        margin-bottom: 0px;
    }

    .content.first {
        margin-bottom: -300px;
    }

    .one.first {
        transform: translate(0, -60%);
        margin-top: 16%;
        margin-bottom: 111px;
    }

    .picture-box {
        display: none;
    }

    .txt-box {
        position: relative;
        height: 50%;
        width: 100%;
        background-color: #e6e4e4;
        border: 1px solid rgb(202, 200, 200);
        border-radius: 5px;
        font-family: 'Germania One', cursive;
        font-size: 25px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 58px;

        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .picture-row img {
        width: 86px;
        height: auto;
        margin-right: 10px;
        top: 1840px;
        cursor: pointer;
    }

    footer {
        height: 260px;
    }
}