.showcase
{
  position: absolute;
  right: 0;
  width: 100%;
    height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111;
  transition: 0.5s;
  z-index: 2;
}
.showcase.inactive
{
  display: none;
}

.showcase video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}
.overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: .5;
  /* mix-blend-mode: overlay; */
}
.text
{
    text-align: center;
    width: 100%;
  position: relative;
  z-index: 10;
}

.text h2
{
  font-size: 5em;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text h3
{
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text p
{
  font-size: 1.5em;
  color: #fff;
  margin: 20px 0;
  font-weight: 400;
}
.text a
{
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}
.text a:hover
{
  letter-spacing: 6px;
}


@media (max-width: 991px)
{
  .showcase,
  .showcase header
  {
    padding: 40px;
  }
  .text h2
  {
    font-size: 3em;
  }
  .text h3
  {
    font-size: 2em;
  }
}

.sports_video_wrapper {
  display: flex;
  flex-direction:row-reverse;
  width: 100vw;
  height: 100%;
}
.sports_video {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

a.explore {
  margin-top: 150px;
  height:36px;
  width:36px;
  background: transparent;
  background-image:url(../images/icons/chevron-down-white.svg);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;


}

.top-bar > * {
  z-index: 10;
}

.top-bar #languages {
  background-color: transparent;
}
.header--inner .search {
  z-index: 10;
}