.wide--one-third {
  width: 33.33333%; }

.wide--one-fourth {
  width: 25%; }

.wide--one-fifth {
  width: 20%; }

.section-header__link--right select {
  max-width: 250px; }

@media only screen and (max-width: 768px) {
  .medium-down--one-half {
    width: 50%; } }
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .large--one-quarter {
    width: 25%; } }
