

@media screen and (max-width: 1100px) {
  .components-tracks div.component {
    flex-basis: 0;
  }
}

@media screen and (max-width: 1000px) {
  .logo a {
    width: 250px;
  }
  
  #cssmenu > ul > li {
    margin: 0 0;
  }
}

@media screen and (max-width: 930px) {
  .menu_header_holder {
    display: none;
  }

  .hamburger {
    display: inline-block;
  }
}

@media screen and (max-width: 850px) {
  .logo a {
    width: 300px;
  }

  .components-main div.component {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 700px) {

  .components-main div.component {
    flex-basis: 100%;
  }

  /*.components div.component-image {
    display: block;
    width: 100%;
    max-width: none;
    height: 200px;
    font-size: .75em;
    background-size: cover;
    background-position: top center;
    margin-bottom: 0.2em;
    border-radius: 0;
  }

  .components div.component-image .component-alignment {
    padding-top: 0;
    font-size: 1.4em;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
  }

  .components-main div.component-image.one {
    background-image: url(../images/components/analysis-mobile.jpg) !important;
  }
  .components-main div.component-image.two {
    background-image: url(../images/components/boardroom-mobile.jpg) !important;
  }
  .components-main div.component-image.three {
    background-image: url(../images/components/meetings-mobile.jpg) !important;
  }
  .components-main div.component-image.four {
    background-image: url(../images/components/peer-mobile.jpg) !important;
  }*/
}

@media screen and (max-width: 680px) {

  .components-tracks div.component {
    flex-basis: 100%;
  }
  
  .holder.text-band.components-tracks-bottom {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .components-tracks div.component div.component-content {
    color: #000;
  }
}

@media screen and (max-width: 380px) {
  .logo a {
    width: 225px;
  }
  
  .hamburger {
    display: inline-block;
    margin-top: 1em;
  }
}

@media screen and (max-width: 300px) {
  .logo a {
    width: 200px;
  }
}