* {
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent; /* For some Androids */
   outline: 0;
}

html, body {
    background: #000;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* LAUNCH SCREEN */
.app-icon-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgb(74, 74, 76) 0%, rgb(74, 74, 76) 79%, rgba(50, 50, 54, 1) 100%);
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.center {
    margin-top: 40vh;
}

.app-icon {
    background-image: url('../images/ee_logo.jpg');
    background-size: contain;
    height: 6em;
    width: 6em;
    max-height: 6em;
    max-width: 6em;
    min-height: 6em;
    min-width: 6em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    border-radius: 1em;
    cursor: pointer;
    text-align: center;
}

/* */

/* MAIN APP*/

.logo {
    background: mediumseagreen;
    position: absolute;
    top: 0;
    left: 0;
    height: 3em;
    width: 3em;
    max-height: 3em;
    max-width: 3em;
    min-height: 3em;
    min-width: 3em;
    margin-left: 1em;
    margin-top: 1em;
    border-radius: .5em;
    text-align: center;
    color: #fff;
    z-index: 99;
}

.bumper-video-player {
    z-index: 90;
}

.primary-video-player {
    z-index: 80;
}

.bumper-video-player video, .primary-video-player video {
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    background: transparent;
    /*object-fit: fill;*/
}

.skip{
    position: absolute;
    top: 44vh;
    background-repeat: no-repeat;
    height:4em;
    width: 4em;
    z-index: 85;
}

.skip-backward{
    left: 1em;
    background-image: url('../images/step-backward-solid.png');
    background-size: contain;
}

.skip-forward{
    right: 1em;
    background: url('../images/step-forward-solid.png');
    background-size: contain;
}

.vjs-fullscreen-control{
    display: none !important;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}

/* */