@import url('equinox-blessed3.css?z=1507538161268');
@import url('equinox-blessed2.css?z=1507538161268');
@import url('equinox-blessed1.css?z=1507538161268');


@media screen and (max-width: 1023px) {
  div.group-fitness-module #campaign-video-background {
    display: none !important;
  }
  div.group-fitness-module div.bg {
    background-image: url("../img/GF_LandingPage_Cycling_Tablet.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  div.group-fitness-module .group-fitness-container .group-fitness-options ul#gfo-list {
    text-align: center;
    margin-top: 0;
    padding: 27px 0;
  }
  div.group-fitness-module .group-fitness-container .group-fitness-options ul#gfo-list li {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 5px;
    padding: 0px;
  }
  div.group-fitness-module div#instructor-detail {
    max-width: 740px;
    margin: 0px auto 50px auto;
    position: relative;
    z-index: 100;
    padding-top: 100px;
  }
  div.group-fitness-module div#instructor-detail div.left img.headshot {
    display: none;
  }
  div.group-fitness-module div#instructor-detail div.left img.headshot-tablet {
    display: inline-block;
    max-width: 100%;
  }
  div.group-fitness-module div#instructor-detail div.left img.headshot-mobile {
    display: none;
  }
  div.group-fitness-module div#instructor-detail div.right h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  div.group-fitness-module {
    min-height: 450px;
  }

  div.group-fitness-module video#campaign-video-background {
    display: none !important;
  }
  div.group-fitness-module button.video-close {
    display: none;
  }
  div.group-fitness-module div.bg {
    background-image: url("../img/GF_LandingPage_Cycling_Mobile.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 1px 0 0 0;
    min-height: 350px;
  }
  div.group-fitness-module #gfo-hero {
    display: none;
  }
  div.group-fitness-module div#instructor-detail {
    width: 100%;
    position: absolute;
    bottom: 20px;
    margin-bottom: 0 !important;
  }
  div.group-fitness-module div#instructor-detail div.left,
  div.group-fitness-module div#instructor-detail div.right {
    float: none;
    margin: 0px;
    display: inline-block;
  }
  div.group-fitness-module div#instructor-detail div.left {
    width: 40%;
    margin: 0px auto;
  }
  div.group-fitness-module div#instructor-detail div.left img.headshot {
    display: none;
  }
  div.group-fitness-module div#instructor-detail div.left img.headshot-tablet {
    display: none;
  }
  div.group-fitness-module div#instructor-detail div.left img.headshot-mobile {
    display: inline-block;
    max-width: 100%;
  }
  div.group-fitness-module div#instructor-detail div.left span.text-overlay {
    top: auto;
    bottom: 30px;
    text-align: center;
    font-size: 7.0em;
    white-space: normal;
  }
  div.group-fitness-module div#instructor-detail div.left span.text-overlay br:first-of-type {
    display: block;
  }
  div.group-fitness-module div#instructor-detail div.left span.text-overlay br {
    display: none;
  }
  div.group-fitness-module div#instructor-detail div.left span.text-overlay span.play-button {
    display: none;
  }
  div.group-fitness-module div#instructor-detail div.right {
    margin-left: 10px;
    width: 50%;
  }
  div.group-fitness-module div#instructor-detail div.right h2 {
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
    font-family: Graphik Black;
  }
  div.group-fitness-module div#instructor-detail div.right div.sub {
    text-align: left;
  }
  div.group-fitness-module div#instructor-detail div.right div.sub p {
    text-align: left !important;
  }
}