/* Full Width */
@media only screen and (min-width: 76.25em) {
    .md-main__inner {
        max-width: none;
    }
    .md-sidebar--primary {
        left: 25px;
    }
    .md-sidebar--secondary {
        right: 25px;
        margin-left: none;
        -webkit-transform: none;
        transform: none;
    }
}

/* hr to force text below floating image */
/* hr {
    clear: both;
} */
