    #mobileView {
        display: none;
    }

    .img-fluid {
        display: block;
        max-width: 100%;
        height: auto;
    }

    h1 {
        text-transform: none;
    }

    h6 {
        font-family: "Open Sans", sans-serif;
    }

    .note-text {
        font-size: 14px;
        color: #646464;
        font-style: italic;
    }

    .note-text>a {
        font-size: 14px;
    }

    .headlines {
        padding: 10em 0 6em;
    }

    .content {
        padding: 1em 0 1em;
    }

    #error-code {
        padding: 2em 0 2em;
    }

    @media screen and (max-width: 768px) {
        #view {
            display: none;
        }
        #mobileView {
            display: block;
        }
        .img-fluid {
            display: block;
            float: right;
            max-width: 100%;
            height: 300px;
        }
    }
