/* Media Query */
/*--------------------------- Perseus Aviation ------------------------------*/
@media screen and (max-width: 1200px){
  #headerwrapper{
    min-height: 90px;
  }
  #MainWrapper{
    margin-top: 90px; 
  }
  .hide-show-logo-icon{
    display: block;
  }
  .main-menu-new{
    display: none;
  }
  #_cookieConsentWrapper #cookie-agree {
    margin-left: 0;
  }
  .video-copy-module .container-fluid, #notes-above-what-sets-apollo .container-fluid  {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px){
  #headerwrapper > .container-fluid{
    padding: 0 20px;
  }
  .header-toppad {
    padding: 14px 0;
  }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .video-player img {
    min-height: 156px;
  }
}
@media screen and (max-width: 991px){
  .header-toppad {
    display: block;
  }
  .landing-page-banner-module-wrapper .title-two{
    padding-top: 70px;
  }
  #_cookieConsentWrapper .cookie_inner > p {
    max-width: 570px;
  }
}
@media screen and (max-width: 767px){
  .container-fluid, [class*='col-'], #notes-above-what-sets-apollo .container-fluid  {
    padding: 0 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  #headerwrapper{
    min-height: 50px;
  }
  #MainWrapper{
    margin-top: 70px; 
  }
  .mobileRow, .landing-page-banner-module-wrapper .mobileRow .content-banner-text {
    display: block;
  }
  .header-toppad {
    padding: 14px 0;
  }
  .mobileRow .content-banner-text{
    font-size: 1.8rem;
    color: #000;
    line-height: 24px;
    padding-top: 30px;
  }
  .mobileRow .title-one, .mobileRow .content-banner-text {
    display: block;
  }
  .landing-page-banner-module-wrapper .imageBGWrapper{
    min-height: 210px;
  }
  .landing-page-banner-module-wrapper .title-one, .landing-page-banner-module-wrapper .content-banner-text {
    display: none;
  }
  .landing-page-banner-module-wrapper .title-two{
    font-size: 3rem;
    line-height: 36px;
    /*max-width: 183px;*/
    padding-top: 100px;
  }
  .landing-page-banner-module-wrapper .title-one, .landing-page-banner-module-wrapper .content-banner-text, .perseus-aviation-style .video-copy-module .video-copy-module-background {
    display: none;
  }
  #_cookieConsentWrapper .cookie_inner > p {
    max-width: 100%;
    font-size: 1.3rem;
    line-height: 1.9rem;
    letter-spacing: 0.13px;
  }
  #_cookieConsentWrapper #cookie-agree {
    margin-top: 10px;
    padding: 12px 35px;
  }
}