body { background: #000000; overflow: hidden; margin: 0;}

.admirror-player .admirror-slide .image-container,
.admirror-player .admirror-slide .html-container,
.admirror-player .admirror-slide .video-player { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.admirror-player .admirror-slide .image-container,
.admirror-player .admirror-slide .html-container,
.admirror-player .admirror-slide .video-player { position: absolute; width: 100%; height: 100%; background-color: #000000; background-size: contain; background-position: center center; background-repeat: no-repeat; }

.adm-sos { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background-color: #000; padding: 40px; box-sizing: border-box; overflow: hidden; }
.adm-sos h1 { position: absolute; width: 90%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 80px; margin: 0; }


.finger-overlay {
   position: absolute;
   z-index: 99999;
   right: 0;
   top: 50%;
   height: 120px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 100vw;
   margin-top: -40px;
   pointer-events: none;
 }

 .finger-overlay img {
     position: relative;
     width: 120px;
     animation: move-lr;
     animation-iteration-count: infinite;
     animation-duration: 5s;
     animation-timing-function: ease-in-out;
     animation-direction: alternate;
 }

.contentWrap{
  height: 100%; 
  width: 100%; 
  position: relative; 
  top: 0;
  display: flex;
  flex-direction: column;
}

#AdmirrorPlayer {
  height: 82%; 
  position: relative; 
  top: 0;
}

@font-face {
  src: url('fonts/RobotoCondensed-Bold.ttf');
  font-family: 'Roboto-bold';
}
@font-face {
  src: url('fonts/RobotoCondensed-light.ttf');
  font-family: 'Roboto-light';
}

.popupSection {
  z-index: 99999; 
  font-family: 'Roboto-light', sans-serif;
  height: 18%;
  position: absolute; 
  bottom: 0;
  width: 100%;
  background-color: rgb(49, 109, 182);
  background-image: radial-gradient(circle, rgb(115, 140, 170), rgb(49, 109, 182));
  display: flex;
  justify-content: start;
  text-align: center;
  pointer-events: none;
}

/* .popupSection > div:not(:nth-child(2)) {
  flex: 1;
} */
.popupSection h3, .popupSection p {
  margin: 0.3rem;
}
.popUpSection h3 {
  font-size: 2.2rem;
}
.popupsection p {
  font-size: 1.8rem;
}

.popupText {
  color: white;
  flex: 2;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-basis: 70%;
}
.popupImage {
  padding-top: 1rem;
  flex: 1;
  flex-basis: 15%;
}
.popupSection > div:last-of-type {
  flex: 1;
  flex-basis: 15%;
}
.popupImage img{
  height: 100%;
}

 @keyframes move-lr {
   from { left: 15%; }
   to { left: 85%; }
}

nav {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6%;
    background-color: lightgrey;
}
nav a {
    display: inline-block;
    float: left;
    width: 20%;
    height: 100%;
    text-decoration: none;
    color: black;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid darkgrey;
    padding-top: 0.7%;
    box-sizing: border-box;
}
nav a:first-of-type {
    border-left-width: 0;
}

#no-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    color: lightgray;
}

#no-content h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 45px;
    text-align: center;
}

#no-content #logos {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#no-content #logos img {
    height: 80px;
    margin: 0 40px;
}

#no-content #icons {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

#no-content #icons svg {
    height: 80px;
    margin: 0 15px;
}