/*------------------------------------*\
		LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
		END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/

 .small-8 {
  flex-basis:66.6666666667%;
  max-width:80%;
 }

.large-10 {
    flex-basis: 83.3333333333%;
    max-width:100%
}

@media only screen and (max-width: 1068px) {
    .section-controls .grid-item:nth-child(5) {
        margin-top: -134px;
    }
}

@media only screen and (max-width: 734px) {
    .section-controls .grid-item:nth-child(5) {
        margin-top: 0;
    }
}


/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
