/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@media screen and (max-width: 480px) and (min-width: 320px) {
}

@media screen and (max-width: 769px) and (min-width: 481px) {
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .main_header {
    padding: 0.5em 5em 0 5em;
  }

  /*********Slide Show********/

  .banner,
  .slide {
    height: 50em;
  }

  .slide_content {
    left: 5em;
    max-width: 60%;
  }

  .slide_header {
    font-size: 50px;
    margin: 0.5em 0;
  }

  .slide_desc {
    max-width: 90%;
  }

  .cgrid3 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .section_header,
  .section_header_md {
    font-size: 34px;
    line-height: 1.5;
  }

  .mini_video_player {
    height: 350px;
  }

  .video_play_btn {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1.8em;
  }

  .large_video_player {
    height: 550px;
    -webkit-transform: translateY(5em);
    -ms-transform: translateY(5em);
    transform: translateY(5em);
  }
}
