@import url("https://use.typekit.net/zua8cgt.css");
@media (max-width: 576px) {
  #countdown {
    width: 300px;
  }
  #countdown #tiles > span {
    width: 50px;
    max-width: 92px;
    font: bold 30px 'Droid Sans', Arial, sans-serif;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 7px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
  }
  #countdown .labels li {
    width: 50px;
    font: bold 10px 'Droid Sans', Arial, sans-serif;
  }
  #weekend > div > div > div > div:nth-child(4) > div {
    display: block !important;
  }
  nav {
    position: absolute !important;
  }
  div.top-banner.d-flex.align-items-center > div > div.row.mx-5-xl > div.col-lg-4.aos-init.aos-animate > img {
    float: none !important;
  }
  .top-banner {
    height: 80vh;
  }
  .fixture-img div:nth-child(3) p {
    left: 16%;
    top: 1471px;
  }
  .fixture-img div:nth-child(2) p {
    left: 19%;
    top: 933px;
  }
  .fixture-img div:nth-child(1) p {
    left: 17%;
  }
  footer {
    text-align: center;
  }
  footer > div > div > div.col-lg-10 > div > div:nth-child(5) {
    text-align: center;
    margin-bottom: 20px;
  }
  footer > div > div > div.col-lg-10 > div > div.col-lg-6.d-flex.justify-content-md-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer > div > div > div.col-lg-2 {
    text-align: center;
    margin-top: 20px;
  }
}


html,body
{
    
    margin: 0px;
    padding: 0px; 
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.card{
    background-color:#fff0 !important;
}


.position{
  position:relative;
  text-align:center;
}

.position p{
  width:100%;
  position:absolute;
  bottom:0px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: modesto-poster, serif;
  font-weight: 400;
}

p {
  font-family: canada-type-gibson, sans-serif;
}

body {
  font-family: canada-type-gibson, sans-serif;
  color: red;
}

a {
  text-decoration: none !important;
}

.top-banner h1 {
  font-size: calc(1.9rem + 1.5vw);
}

/** button styling **/
.dark-button {
  margin: 0em !important;
  padding: 0.5em 1.5em !important;
  border-radius: 0px !important;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase !important;
  font-style: italic;
  background-color: black !important;
  color: white;
  font-weight: 700 !important;
}

.dark-button:hover {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  background: none !important;
  color: black !important;
  border: 2px solid black;
  font-weight: 700;
}

.filled {
  margin: 0em 2em !important;
  padding: 0.5em 1.5em !important;
  border-radius: 30px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase !important;
  font-style: italic;
  background-color: white;
  color: black;
  font-weight: 900;
}

.filled:hover {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  background: none;
  color: white !important;
  border: 2px solid white;
}

.cbtn {
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  text-transform: uppercase !important;
  font-style: italic;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
  color: white;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}

.cbtn::before, .cbtn::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.draw::before {
  top: 0;
  left: 0;
}

.draw::after {
  bottom: 0;
  right: 0;
}

.draw:hover {
  color: #60daaa;
}

.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}

.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.meet:hover {
  color: linear-gradient(135deg, #b000fb 0%, #c906f6 0%, #c906f6 47%, #c3a3b8 100%);
}

.meet::after {
  top: 0;
  left: 0;
}

.meet:hover::before {
  border-top-color: linear-gradient(135deg, #b000fb 0%, #c906f6 0%, #c906f6 47%, #c3a3b8 100%);
  border-right-color: linear-gradient(135deg, #b000fb 0%, #c906f6 0%, #c906f6 47%, #c3a3b8 100%);
}

.meet:hover::after {
  border-bottom-color: linear-gradient(135deg, #b000fb 0%, #c906f6 0%, #c906f6 47%, #c3a3b8 100%);
  border-left-color: linear-gradient(135deg, #b000fb 0%, #c906f6 0%, #c906f6 47%, #c3a3b8 100%);
  -webkit-transition: height 0.25s ease-out,
 width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out,
 width 0.25s ease-out 0.25s;
}

.top-banner {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.light-font {
  color: white;
}

.transparent {
  background-color: rgba(255, 255, 255, 0);
}

.explore {
  position: absolute;
  -webkit-transform: rotate(0.25turn);
          transform: rotate(0.25turn);
  text-transform: uppercase;
  left: 0px;
  bottom: 70px;
}

.dark-background {
  background-color: #030303;
}

.purple-gradient {
  background: linear-gradient(135deg, #b000fb 0%, #c906f6 0%, #c906f6 47%, #c3a3b8 100%);
}

.logo-gradient {
  background: linear-gradient(20deg, #f4f118 10%, #0bc9ff 100%);
}

.paralax-img {
  position: relative;
}

.paralax-img img {
  border: 2px solid white;
  border-radius: 20px;
}

div.section1.dark-background > div > div > div:nth-child(1) > div > img {
  z-index: 555;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 25%;
}

div.section1.dark-background > div > div > div:nth-child(1) > div > div:nth-child(2) > img {
  z-index: 0;
  position: relative;
  width: 50%;
  left: 50%;
  top: 50px;
}

div.section1.dark-background > div > div > div:nth-child(1) > div > div:nth-child(3) > img {
  z-index: 0;
  position: relative;
  width: 50%;
  left: 0%;
  bottom: 50px;
}

.section2 {
  background-color: #262626;
}

/** COUNTDOWN **/
#countdown {
  width: 465px;
  height: 50%;
  text-align: center;
  background: #222;
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  margin: auto;
  padding: 24px 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#countdown:before {
  content: "";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 48px;
  left: -10px;
}

#countdown:after {
  content: "";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 48px;
  right: -10px;
}

#countdown #tiles {
  position: relative;
  z-index: 1;
}

#countdown #tiles > span {
  width: 92px;
  max-width: 92px;
  font: bold 48px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
  position: relative;
}

#countdown #tiles > span:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}

#countdown #tiles > span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}

#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: 8px;
}

.dontshow{
        display:block;
    }

#countdown .labels li {
  width: 102px;
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: white;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.card-list {
  display: block;
  margin: 1rem auto;
  padding: 0;
  list-style: none;
  text-align:center;
}


.open-form,
.reset-form {
    margin-top: 50px;
    margin-left: 50px;
    cursor: pointer;
    color: white;
    padding: 10px 25px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    border: 2px solid #83b566;
    background-color: #83b566;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s;
}
.form-popup,
.success-message {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    transition: .5s;
}
.form-popup .form-wrapper {
    top: 2em;
    max-width: 700px;
    background: white;
    padding: 50px;
    padding-top: 50px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.form-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.close-form {
    border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    padding: 10px 30px;
    background-color: #83b566;
    border: 2px solid #83b566;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: .3s;
}
.send-form {
    cursor: pointer;
    padding: 10px 30px;
    background-color: #83b566;
    border: 2px solid #83b566;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s;
}
.form-control:focus {
    border-color: #83b566;
    box-shadow: 0 0 0 0.2rem rgba(131, 181, 102, 0.25);
}
.btn:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);
}
.success-message {
    text-align: center;
}
.success-message h1 {
    color: #ffffff;
    margin-top: 3em;
}


.light-font span{
    font-size:13px !important;
}


.position img{
    width: 100%;
}

.cardA {
  display: inline-block;
  width: 90%;
  max-width: 20rem;
}

.fixture-img img {
  width: 100%;
  max-width: 300px;
  float: left;
}

.fixture-img p {
  top: 430px;
}

.section4 {
  background-image: url(../images/member.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0 0 20px 20px #00000045;
          box-shadow: inset 0 0 20px 20px #00000045;
}

footer {
  color: #fff;
}

footer a {
  text-decoration: none;
  color: white;
}

footer li {
  list-style-type: none;
}

footer i {
  font-size: 1.8em;
  padding-right: 20px;
}

h5 {
  font-weight: 100;
}

/** MODAL **/
.modal-backdrop {
  z-index: 1029 !important;
}

.navbar-toggler-icon {
  width: 2.5em !important;
  height: 1.7em !important;
}


.modal.fade .modal-dialog.right {
  position: fixed;
  width: 334px;
  height: 100%;
  right: 0;
  margin: 0;
  -webkit-transform: translate(30%, 0%);
          transform: translate(30%, 0%);
}

.modal-content {
  border-radius: 0rem !important;
}

.modal.show .modal-dialog.right {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.modal .modal-dialog.right .modal-content {
  height: 100%;
  background: white;
  border: none;
  color: black;
}

.modal .modal-dialog.right .modal-content header {
  padding: 25px 25px;
  margin: 0;
}

.modal .modal-dialog.right .modal-content header .close {
  color: #fff;
  margin: -1rem auto -1rem -1rem;
}

.modal .modal-dialog.right .modal-content .modal-body {
  padding: 0;
  height: calc(100% - 60px);
  color: black;
}

.ey-sidebar-nav {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.ey-sidebar-nav li {
  list-style: none;
  position: relative;
}

.ey-sidebar-nav li ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ey-sidebar-nav li ul.collapse a:not(.active) {
  border-left: 4px solid #1a1a24;
}

.ey-sidebar-nav li ul.collapse a:hover {
  color: black;
  background: #eaeaea;
}

.ey-sidebar-nav a {
  color: black;
  display: block;
  border-left: 4px solid black;
  padding: 10px 20px 11px;
}

.ey-sidebar-nav a:link, .ey-sidebar-nav a:active, .ey-sidebar-nav a:visited {
  color: black;
  font-weight: 700;
}

.ey-sidebar-nav a:hover, .ey-sidebar-nav a:focus {
  text-decoration: none;
  font-weight: bold;
  background: #1a1a24;
  border-color: #1a1a24;
  color: white;
}

.ey-sidebar-nav a.active {
  text-decoration: none;
  background: #1a1a24;
  border-color: #ffe600;
  font-weight: bold;
  color: white;
}

.ey-sidebar-nav a.disable-click {
  pointer-events: none;
}

.ey-sidebar-nav a[aria-expanded="true"] {
  border-left: 4px solid #1a1a24;
  background: #1a1a24;
}

.ey-sidebar-nav a[aria-expanded="true"] span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ey-sidebar-nav a.submenu span {
  position: absolute;
  top: 8px;
  right: 15px;
}

.transparent-box {
  background-color: #00000091;
  line-height: 2;
  padding: 20px;
  border: 1px solid;
}

/**  scrollll page **/
.intro-section {
  text-align: center;
  margin: 110px 0px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-section {
  --scroll-length: 1.5;
  height: calc( var(--scroll-length) * 100vh);
  width: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.content-section .content .subheading,
.content-section .content .paragraph {
  opacity: 1;
  opacity: calc( 1 + var(--viewport-y));
}

.figure {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.figure > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 35em;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  color: white;
  padding: 2em;
  font-size: 2.5vmin;
}

.content * {
  text-shadow: 0 0 4vmin rgba(0, 0, 0, 0.25);
}

.content > .header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content > .paragraph {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  line-height: 1.5;
}

.heading {
  font-size: 2.75em;
  margin: 0;
}

.subheading {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: .5em;
}

.bg-dark {
  background-color: black !important;
}

/* ---------------------------------- */
.figure {
  --scale: calc(.8 + 
    (.2 * var(--scroll-length) * var(--visible-y))
  );
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: scale(var(--scale));
          transform: scale(var(--scale));
}

.figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: calc( var(--visible-y));
}


#carouselExampleCaptions > div > div > div > a > button{
    float: right;
}


.figure > img {
  display: block;
  will-change: transform;
  -webkit-transform: scale(calc(1 / var(--scale)));
          transform: scale(calc(1 / var(--scale)));
}

/* ---------------------------------- */
.char {
  display: inline-block;
  opacity: calc( 
 1 + ( 
 ( var(--viewport-y) * 1.5 )
 - var(--char-percent)
 ));
}

.heading,
.intro-heading {
  font-weight: 700;
}

.carousel-caption {
  position: absolute;
  bottom: 0 !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #0000007a;
  right: 0 !important;
  left: 0 !important;
}

.carousel-caption > h1 {
  float: left;
}

.carousel-caption > button {
  float: right;
}

.next-match {
  background-color: #eeeeee;
  height: auto;
}

.nmatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vs {
  background-color: brown;
  color: white;
  padding: 8px;
  margin: 0px;
}

.fmatch, .smatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fmatch > h4, .smatch > h4 {
  font-size: 1em;
}

.fmatch > img, .smatch > img {
  width: 30%;
}

#countdownA {
  padding: 20px;
  text-align: center;
  background-color: #059732;
  color: white;
}

#countdownA > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
}

#countdownA > ul li {
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

#countdownA > ul li span {
  padding-right: 10px;
}

.page-w {
  padding: 64px;
  position: relative;
}

.page {
  left: 40%;
  display: block;
  float: left;
  margin-left: -190px;
  height: auto;
  padding: 10px;
  -webkit-transform: translate(0px, 0px) translateZ(0);
          transform: translate(0px, 0px) translateZ(0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
  position: relative;
}

.page img {
  -webkit-box-shadow: 0px 4px 10px #000;
          box-shadow: 0px 4px 10px #000;
  width: 300px;
}

.page.page1 {
  -webkit-transform: translate(-6px, -3px) rotate(-2.2deg);
          transform: translate(-6px, -3px) rotate(-2.2deg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page.page2 {
  -webkit-transform: translate(-6px, -3px) rotate(-2.2deg);
          transform: translate(-6px, -3px) rotate(-2.2deg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page.page3 {
  -webkit-transform: translate(-6px, -3px) rotate(-2.2deg);
          transform: translate(-6px, -3px) rotate(-2.2deg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page.page4 {
  -webkit-transform: translate(-6px, -3px) rotate(-2.2deg);
          transform: translate(-6px, -3px) rotate(-2.2deg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.page:not(.active):hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

@-webkit-keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}

@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div#captioned-gallery {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -999;
}

figure.slider {
  position: relative;
  width: 500%;
  font-size: 0;
  -webkit-animation: 30s slidy infinite;
          animation: 30s slidy infinite;
}

figure.slider figure {
  width: 20%;
  height: auto;
  display: inline-block;
  position: inherit;
}

figure.slider img {
  width: 100%;
  height: auto;
}

figure.slider figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: .6rem;
}

.banner-video {
  position: absolute;
  z-index: -1;
  width: 100% !important;
  top: 0;
  left: 0;
  margin: 0px !important;
  padding: 0px !important;
}
/*# sourceMappingURL=style.css.map */