
@media screen and (max-width: 1080px){
    h1 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .search-filter.scrolled {
        top: 7.2rem;
    }
    .search-results-title {
        text-align: center;
    }
    .search-filter-controls {
        justify-content: center;
    }
    h2 {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
}


@media (max-width: 991px){
    #featured-brands .Rtable.Rtable--5cols.Rtable--collapse > div {
        width: 50% !important;
    }
    #featured-brands .Rtable.Rtable--5cols.Rtable--collapse {
        display: flex !important;
    }
}


@media (max-width: 800px){
    .Rtable--collapse {
        display: block;
    }
	
}


@media (max-width: 768px){
    .search-filter .heading-2.heading-2-cat {
        padding: 20px 0px;
        line-height: 25px;
    }
    .search-filter .heading-2.heading-2-cat .nested-text {
        white-space: nowrap;
    }
    .step-table {
           width: 94%;
		margin: 0 auto;
		align-items: center;
		display: flex;
		justify-content: center;

    }
}

@media screen and (max-width: 770px){
    .brand-image-container, .brand-intro-container, .brand-page-banner {
        height: auto;
        min-height: auto;
    }
	div#manufacturer-videos-id .Rtable--2cols > .Rtable-cell-parent {
		width: auto !important;
	}
    .first-page-element {
        padding-top: 4rem;
    }
    .brand-intro {
        padding: 0 1.25rem 1.25rem;
    }
    .search-filter.scrolled {
        top: 4.4rem;
        width: calc(100% - 2.5rem);
    }
    .search-filter-controls {
        flex-direction: column;
        height: auto;
    }
    .toggle-button-container {
        margin-left: 0;
    }
    .refine-results-control, .toggle-button-container {
        margin-bottom: 1.25rem;
        text-align: center;
    }
}
















