.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
body {
  font-family: TradeGothicLT-CondEighteen;
  padding-bottom: 0;
}
.carousel,
section h2,
.joinus,
.events,
.packages {
  font-family: TradeGothicLT-BoldCondTwenty;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
a,
span {
  color: #bde724;
}
a:hover,
span:hover {
  color: #bde724;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  text-decoration: none;
}
.btn-primary {
  background-color: #bde724;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px 50px 18px;
  color: #152b44;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 2.1rem;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #bde724;
  color: #005983;
}
.navbar {
  z-index: 1000;
}
.navbar-brand,
.navbar-link {
  font-family: TradeGothicLT-BoldCondTwenty;
  font-size: 42px;
  font-size: 4.2rem;
  padding: 0;
  float: right;
  margin-top: 15px;
  line-height: 20px;
}
.navbar-brand {
  margin-right: 30px;
}
.navbar-link {
  color: #fff;
  text-transform: uppercase;
  font-family: TradeGothicLT-CondEighteen;
}
.navbar-link:hover {
  color: #fff;
  text-decoration: underline;
}
.navbar-header {
  width: 100%;
}
.header-nav {
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 31px 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in, padding 0.3s ease-in;
}
.header-nav span,
.header-nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  margin-right: 20px;
}
.header-nav span:last-child,
.header-nav a:last-child {
  margin-right: 133px;
}
.header-nav span:hover,
.header-nav a:hover {
  text-decoration: none;
}
.header-nav.scrolled {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
}
.scroll-arrow {
  font-size: 60px;
  font-size: 6rem;
  text-align: center;
}
.scroll-arrow a {
  color: #bde724;
}
.slides {
  height: 0;
  overflow: hidden;
  padding-bottom: 90%;
  position: relative;
  width: 100%;
}
.slides--nav {
  bottom: 125px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 501;
}
.slides--dot {
  background-color: #bce624;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin-right: 15px;
  width: 13px;
}
.slides--dot:last-child {
  margin-right: 0;
}
.slides--dot.activeSlide {
  opacity: .5;
}
.slide {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: opacity 2s ease-in;
}
.slide.activeSlide {
  opacity: 1;
}
.slider {
  position: relative;
}
section {
  padding: 50px 0;
}
section.events,
section.packages {
  text-align: center;
  border-top: 2px #ddd solid;
}
section.events h2,
section.packages h2 {
  margin: 0 0 20px 0;
}
section.featurette,
section.sponsors {
  background-color: #e6e7e8;
}
section .featurette-heading {
  letter-spacing: 0.6px;
  margin-top: 0;
}
section.joinus,
section.partners,
section.sponsors,
section.hosts {
  text-align: center;
}
section.joinus h2,
section.partners h2,
section.sponsors h2,
section.hosts h2 {
  margin-top: 0;
}
.joinus {
  text-align: center;
  padding: 30px 0 10px 0;
}
.joinus h2 {
  letter-spacing: normal;
  font-size: 38px;
  font-size: 3.8rem;
  color: #005983;
}
.joinus p {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.4px;
}
.events .main-info,
.packages .main-info {
  position: relative;
}
.events .btn-moreinfo,
.packages .btn-moreinfo,
.events .btn-nomoreinfo,
.packages .btn-nomoreinfo {
  width: 100%;
  background-color: #152b44;
  color: #bde724;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
}
.events .btn-nomoreinfo,
.packages .btn-nomoreinfo {
  cursor: auto;
  opacity: 1;
}
.events .extra-info,
.packages .extra-info {
  max-height: 0;
  transition: max-height 0.3s linear;
  overflow: hidden;
  background-color: #dbdbdc;
}
.events .extra-info ul,
.packages .extra-info ul {
  padding: 0;
  margin-bottom: 0;
}
.events .extra-info li,
.packages .extra-info li {
  text-align: left;
  font-family: "myriad-pro", sans-serif;
  text-transform: none;
  padding: 10px 15px;
  margin-bottom: 0;
}
.events .extra-info li:nth-of-type(even),
.packages .extra-info li:nth-of-type(even) {
  background-color: #e6e7e8;
}
.events .openDiv,
.packages .openDiv {
  max-height: 1000px;
}
.events [class^="col-lg-"],
.packages [class^="col-lg-"] {
  padding: 0;
  margin: 0 auto;
}
.events img,
.packages img {
  width: 100%;
}
.events .eyebrow,
.packages .eyebrow,
.events .location,
.packages .location {
  margin-bottom: 5px;
}
.events h2.eyebrow,
.packages h2.eyebrow {
  font-size: 16px;
  font-size: 1.6rem;
}
.events .time,
.packages .time {
  margin-bottom: 15px;
}
.events .price,
.packages .price {
  font-size: 24px;
  font-size: 2.4rem;
}
.events h4,
.packages h4 {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
}
.events ul,
.packages ul {
  padding: 0 20px 5px 20px;
}
.events li,
.packages li {
  list-style-type: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.events {
  padding-top: 45px;
}
.events .btn-primary {
  margin-bottom: 30px;
}
.events .event-sponsor {
  position: absolute;
  top: 5%;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.events .caption {
  position: absolute;
  bottom: auto;
  top: 25%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  white-space: nowrap;
}
.events .caption h3 {
  font-size: 4rem;
  margin-top: 0;
  color: #bde724;
}
.events .caption h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 5px;
}
.events .caption p:last-child {
  margin: 0;
}
.events .caption.yankees,
.events .caption.chance,
.events .caption.cope {
  padding-top: 5px;
}
.events .caption .royals {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  margin-top: 0;
  line-height: 130%;
  color: #fff;
}
.packages .col-lg-3 .eyebrow {
  margin-bottom: 15px;
}
.packages .col-lg-3:first-of-type .caption {
  padding-top: 60px;
}
.packages .col-lg-3:first-of-type .caption .eyebrow {
  margin-bottom: 5px;
}
.packages .col-lg-3:first-of-type .caption h3 {
  font-size: 36px;
  font-size: 3.6rem;
}
.packages .col-lg-3 .caption {
  padding-top: 35px;
  background-color: #005983;
  color: #fff;
  height: 230px;
  overflow: hidden;
}
.packages .col-lg-3 .caption .eyebrow img {
  width: auto;
  margin-right: 10px;
}
.packages .col-lg-3 .caption h3 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0 30px 15px 30px;
}
.packages .col-lg-3 .caption.after-party {
  background-image: url(../images/afterparty.png);
  background-repeat: no-repeat;
}
.packages .col-lg-3 .extra-info ul {
  margin-top: 20px;
}
.packages .col-lg-3 .extra-info ul li:first-child {
  padding-top: 0;
}
.packages .col-lg-3 .footnote {
  text-align: left;
  font-family: myriad-pro, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  background-color: #fff;
  padding: 5px 20px;
  font-size: 1.2px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.packages .questions {
  margin-top: 20px;
}
.highlights h2 {
  text-align: center;
  font-size: 50px;
}
.highlights {
  padding-bottom: 30px;
}
.highlight {
  float: left;
  position: relative;
  width: 50%;
}
.highlight--inner {
  cursor: pointer;
  height: 386px;
  position: relative;
  transition: background-color 0.3s ease-in;
}
.highlight-heading {
  color: #fff;
  font-size: 47px;
  margin-top: 0;
  padding-top: 175px;
}
.highlight-link {
  bottom: 20px;
  color: #fff;
  display: block;
  font-size: 27px;
  opacity: 0;
  position: absolute;
  right: 20px;
  text-decoration: underline;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in;
}
.highlight-full-link {
  display: block;
}
.highlight:hover .highlight--inner {
  background-color: rgba(189, 231, 36, 0.8);
}
.highlight:hover .highlight-link {
  opacity: 1;
}
.pictition {
  padding: 10px 0 30px;
  text-align: center;
}
.pictition h2 {
  font-size: 50px;
  text-align: center;
}
.pictition h3 {
  color: #fff;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
  padding-top: 120px;
}
.pictition-link {
  font-family: TradeGothicLT-BoldCondTwenty;
  display: block;
  font-size: 30px;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pictition p {
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 1.2;
  margin: 0 auto 40px;
  width: 430px;
}
.pictition-button {
  font-family: TradeGothicLT-BoldCondTwenty;
  background-color: #bce624;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.6px;
  padding: 7px 17px 5px;
  text-align: center;
  text-transform: uppercase;
}
.pictition-button:hover {
  color: #005983;
  opacity: 1;
}
.pictition-wrapper {
  background: url('../images/pictition.jpg') center center no-repeat;
  background-size: cover;
  height: 445px;
  position: relative;
}
.pyt {
  padding-top: 30px;
}
.pyt h2 {
  font-size: 50px;
  text-align: center;
}
.pyt h3 {
  color: #bce624;
  font-family: TradeGothicLT-BoldCondTwenty;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.6px;
  margin: 0 auto 30px;
  padding-top: 49px;
  text-transform: uppercase;
  width: 470px;
}
.pyt p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 auto 40px;
  width: 430px;
}
.pyt-link {
  font-family: TradeGothicLT-BoldCondTwenty;
  background-color: #bce624;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.6px;
  padding: 7px 17px 5px;
  text-align: center;
  text-transform: uppercase;
}
.pyt-link:hover {
  color: #005983;
  opacity: 1;
}
.pyt-wrapper {
  background: url('../images/pyt-image.jpg') center center no-repeat;
  background-size: cover;
  height: 404px;
  position: relative;
  text-align: center;
}
.download {
  position: relative;
  text-align: center;
}
.download-link {
  font-family: TradeGothicLT-BoldCondTwenty;
  background-color: #bce624;
  color: #005983;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.6px;
  opacity: 1;
  padding: 7px 17px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in;
}
.download-link:hover {
  color: #005983;
  opacity: .6;
}
.partners,
.sponsors,
.hosts {
  font-size: 28px;
  font-size: 2.8rem;
}
.partners h2,
.sponsors h2,
.hosts h2 {
  font-size: 60px;
  font-size: 6rem;
}
.partners .logos,
.sponsors .logos,
.hosts .logos {
  clear: both;
  margin-top: 35px;
  font-size: 2rem;
}
.partners .logos a,
.sponsors .logos a,
.hosts .logos a {
  margin-right: 80px;
  color: #575757;
  min-height: 150px;
}
.partners .logos a:last-child,
.sponsors .logos a:last-child,
.hosts .logos a:last-child {
  margin: 0;
}
.partners .logos a:hover,
.sponsors .logos a:hover,
.hosts .logos a:hover {
  text-decoration: none;
}
.sponsors {
  padding-bottom: 0;
}
.sponsors h2:last-of-type {
  margin-top: 30px;
  clear: both;
}
.sponsors .description {
  width: 48%;
  margin: 0 1% 30px;
  float: left;
  display: table;
  overflow: hidden;
}
.sponsors .description a {
  margin: 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 160px;
}
.sponsors .description img {
  margin-bottom: 0;
  max-width: 150px;
}
.sponsors .description p {
  width: 80%;
  padding: 20px 5px;
  font-size: 18px;
  font-size: 1.8rem;
  display: table-row;
}
.sponsors .additional .description {
  height: 300px;
  position: relative;
}
.sponsors .additional .description img {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sponsors .logos {
  overflow: hidden;
}
.hosts {
  border-top: 2px #ddd solid;
}
.hosts h3 {
  font-size: 34px;
  font-size: 3.4rem;
  clear: both;
  font-family: TradeGothicLT-BoldCondTwenty;
  text-transform: uppercase;
}
.hosts p {
  margin-bottom: 30px;
}
.hosts .scrolling {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 180s linear infinite;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.hosts .scrolling:first-of-type {
  margin-bottom: 30px;
}
.hosts .scrolling.scrolling2 {
  animation: marquee2 50s linear infinite;
}
.hosts .scrolling li {
  text-align: left;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 2.1rem;
  display: inline;
}
.hosts .scrolling li:after {
  content: '\2022';
  margin-right: 5px;
  margin-right: 0.5rem;
  margin-left: 10px;
  margin-left: 1rem;
}
.hosts .scrolling:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    text-indent: 0;
  }
  100% {
    text-indent: -27400px;
  }
}
@keyframes marquee2 {
  0% {
    text-indent: 0;
  }
  100% {
    text-indent: -7300px;
  }
}
.lastpanel {
  background: 0 0 url(../images/starrynight.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.about {
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
}
.about h2 {
  font-size: 4.6rem;
  text-align: center;
}
.about p {
  text-align: left;
}
footer {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
footer .logo {
  margin-right: 20px;
}
footer .address {
  margin-top: 6px;
}
footer .copyright {
  font-family: TradeGothicLT;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
footer .social {
  float: right;
}
footer .social a {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  margin-right: 20px;
}
footer .social a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-brand:focus,
  .navbar-brand:hover {
    opacity: 1;
    color: #bde724;
  }
  .navbar-link:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1;
  }
  .sponsors .logos:first-of-type .description {
    height: 220px;
  }
  .sponsors .logos:first-of-type .description:nth-child(odd) {
    clear: left;
  }
  .highlights h2 {
    font-size: 40px;
  }
  .highlights .highlight {
    width: 100%;
    text-align: center;
    float: none;
  }
  .highlights .highlight-heading {
    font-size: 47px;
  }
  .highlights .highlight-link {
    display: inline-block;
    position: relative;
    opacity: 1;
    background-color: #005983;
    padding: 7px 17px 5px;
    text-decoration: none;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 20px auto 30px;
  }
  .highlights .highlight-link:hover {
    color: #fff;
  }
  .highlights .highlight:hover .highlight-full-link {
    opacity: 1;
  }
  .highlights .highlight:hover .highlight--inner {
    background-color: transparent;
  }
  .pyt {
    margin-bottom: 100px;
  }
  .pyt h2 {
    font-size: 40px;
  }
  .pyt h3,
  .pyt p {
    width: 80%;
  }
  .pyt-link {
    background-color: #005983;
    position: absolute;
    bottom: -74px;
    left: 0;
    right: 0;
    width: 255px;
    margin: 0 auto;
  }
  .pyt-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .download-link:hover {
    opacity: 1;
  }
  .pictition {
    margin-bottom: 40px;
  }
  .pictition h2 {
    font-size: 40px;
  }
  .pictition h3 {
    width: 80%;
    margin: 0px auto 30px;
  }
  .pictition-button {
    background-color: #005983;
    position: absolute;
    bottom: -74px;
    left: 0;
    right: 0;
    width: 255px;
    margin: 0 auto;
  }
  .pictition-button:hover {
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .carousel-caption {
    padding-bottom: 0;
  }
  .events [class^="col-lg-"],
  .packages [class^="col-lg-"] {
    padding: 0;
    margin-right: 2%;
  }
  .events [class^="col-lg-"]:last-child,
  .packages [class^="col-lg-"]:last-child {
    margin-right: 0;
  }
  .events .col-lg-4,
  .packages .col-lg-4 {
    width: 32%;
    float: left;
  }
  .events .col-lg-3,
  .packages .col-lg-3 {
    width: 23.5%;
    float: left;
  }
  .events .caption {
    bottom: 5%;
  }
  .sponsors .description {
    width: 33.3%;
    margin: 0 0 30px 0;
    height: 200px;
  }
  .sponsors .description p {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sponsors .additional .description {
    height: 150px;
  }
  .partners p,
  .sponsors p,
  .hosts p {
    margin: 0 auto 10px auto;
    width: 70%;
    line-height: 125%;
  }
  .partners h2,
  .sponsors h2,
  .hosts h2 {
    margin-bottom: 0;
  }
  .partners .logos:last-child img {
    width: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events .caption,
  h3 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .events .caption h3,
  h3 span h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 0;
  }
  .events .caption .royals,
  h3 span .royals {
    font-size: 1.6px;
    font-size: 1.6rem;
  }
  .events .event-sponsor {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .packages .col-lg-3 .caption {
    height: 280px;
  }
  .partners .logos:first-of-type img {
    width: 40%;
  }
  .featurette {
    text-align: center;
  }
}
@media (min-width: 992px) {
  section .container,
  footer .container {
    padding: 0;
  }
  .sponsors p,
  .partners p {
    margin: 0 auto 10px auto;
  }
  .carousel-inner .item img.stars {
    max-width: 100%;
    height: auto;
  }
  .featurette .container {
    padding: 0;
  }
  .featurette [class^="col-md-"] {
    padding: 0;
  }
  .featurette .featurette-heading {
    margin-top: 0;
    font-size: 40px;
    font-size: 4rem;
  }
  .sponsors .description {
    height: 265px;
  }
  .partners .logos img {
    max-width: 250px;
  }
  .small {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .events .caption {
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .navbar-logo {
    width: 70px;
    margin-top: 20px;
  }
  .carousel,
  .carousel-item,
  .carousel-inner > .item > img.stars,
  .carousel-inner,
  .carousel-inner .container {
    height: 568px;
  }
  .carousel-inner .container h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .carousel-inner .container h1 .title1 {
    height: 45px;
  }
  .carousel-inner .container h1 .title2 {
    font-size: 136px;
    font-size: 13.6rem;
    height: 125px;
  }
  .carousel-inner .container .date {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .carousel-inner .container .logo img {
    width: 180%;
    width: 18rem;
  }
  section.partners,
  section.sponsors,
  section.hosts,
  section.featurette {
    text-align: center;
  }
  section p,
  section .lead {
    font-size: 21px;
    font-size: 2.1rem;
  }
  section.about {
    text-align: left;
  }
  .joinus h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .joinus p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .events,
  .packages,
  .hosts {
    margin-left: 15px;
    margin-right: 15px;
  }
  .events [class^="col-lg-"],
  .packages [class^="col-lg-"],
  .hosts [class^="col-lg-"] {
    padding-bottom: 20px;
  }
  .packages .col-lg-3 {
    width: 49%;
    float: left;
    padding-bottom: 10px;
  }
  .packages .col-lg-3:nth-of-type(odd) {
    margin-right: 2%;
  }
  .packages .col-lg-3 h3 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .packages .col-lg-3 .eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .carousel-inner .item img.stars {
    height: 568px;
  }
  .carousel-inner .item img.moon {
    display: none;
  }
  .navbar-brand,
  .navbar-link {
    font-size: 22px;
    padding-right: 0;
    margin-top: 20px;
  }
  .navbar-link {
    margin-right: -25px;
  }
  .partners h2,
  .sponsors h2,
  .hosts h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .partners .logos a {
    margin-right: 20px;
  }
  .partners .logos img {
    width: 40%;
    max-width: 160px;
  }
  .sponsors .neue {
    width: 120px;
  }
  .hosts h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .about h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  footer .social {
    float: left;
    clear: both;
  }
}
@media (max-width: 375px) {
  .events .caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .events .caption h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 0;
  }
  .packages .col-lg-3 .caption {
    height: 250px;
  }
  .packages .col-lg-3 h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .hosts .scrolling .li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sponsors .logos:first-of-type .description {
    min-height: 285px;
  }
  .sponsors .description img {
    width: 80%;
  }
  .sponsors .logos.additional .description {
    min-height: 150px;
    height: 150px;
  }
}
