@media screen and (max-width: 1300px) and (min-width: 992px) {

    .main-nav-container {
        display: none;
    }

    .main-content {
        float: none;
        width: 100%;
    }

    #parallax1 .title {
        width: 100%;
    }
}
