/* ==========================================================================
   SECTION 5: SECTIONS (Intro, Subheading, Sticky Anchors, etc.)
   ========================================================================== */
/* Section: Intro */
/* section.__intro.__customSection {
      padding-bottom: 35px;
      box-shadow: 0px 5px 15px -5px rgba(0,0,0, 0.15);
      background-image: linear-gradient(to bottom, #fff 0%, rgb(249 249 249) 100%);
  } */

  .__pfs.__intro.__customSection.hero-fullWidth-bg-intl.__bss {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/images/Intl/so-hub/hero-desk.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    margin-bottom: -100px;
    padding-top: 0;
}
.__pfs.__intro.__customSection.hero-fullWidth-bg-intl.__frca.__bss {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/images/Intl/so-hub/hero-desk.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    margin-bottom: -100px;
    padding-top: 0;
}
.__pfs.__intro.__customSection.hero-fullWidth-bg-intl.__usa.__bss {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/images/Intl/so-hub/hero-desk.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    margin-bottom: -100px;
    padding-top: 0;
}


@media only screen and (max-width: 767px){
    .__pfs.__intro.__customSection.hero-fullWidth-bg-intl.__bss {
        background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/images/Intl/so-hub/hero-mobile.jpg);
        width: 100%;
        height: 215px;
        margin-bottom: -80px;
        margin-top: 150px;
    }
    .__pfs.__intro.__customSection.hero-fullWidth-bg-intl.__usa.__bss {
        background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/images/Intl/so-hub/hero-mobile.jpg);
        width: 100%;
        height: 215px;
        margin-bottom: -80px;
        margin-top: 150px;
    }
}

@media only screen and (max-width: 767px) {

    __pfs.__intro.__customSection.hero-fullWidth-bg-intl.__bss {
        /* background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/images/Intl/so-hub/hero-v1.png); */
        background-repeat: no-repeat;
        width: 100%;
        height: 400px;
        padding-top: 150px;
        background-position-y: 150px;
        background-position-x: center;
        background-size: cover;
        margin-bottom: -80px;
    }
}