﻿aside {
    width:300px;
}

@media (max-width:900px) {
    aside {
        display:none;
    }
}