*{
    margin: 0px;
    padding: 0px;
}

html, body
{
    width:100%;
    height: 100%;
}

body {
    overflow: hidden;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
}

#scene {
    text-align: center;
    height: 100%;
    overflow: hidden;
}

.image-div {
    width: 100%;
}

.image-div img {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    overflow: hidden;
}

#start-btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    color: white;
    /* background-color: black; */
}

#start-btn img {
    width: 22vh;
}

.video-cont
{
    position: absolute!important;
    height: 100%;
    width: 100%;
}
iframe
{
    height: 100vh;
    width: 56.25vh;
    transform: scale(1.2,1.2);
}

.btn-div {
    /*height: 100vh;*/
    height: 100%;
    width: 56.25vh;
    left: 50%!important;
    margin-left: -28.125vh;
}

#share-text {
    text-align: center;
    margin-top: 10vh;
    display: none;
}

#share-text img {
    width: 100px;
}

#social-icons {
    text-align: center;
    margin-top: 2vh;
    display: none;
}
#social-icons div {
    display: inline-block;
    width: 70px;
    margin: 0px 15px;
}


/* Pulse Animation */
@-webkit-keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse-2 {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
  .hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    cursor: pointer;
  }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse-2;
    animation-name: hvr-pulse-2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }


  /* Pulse Animation 2 */
@-webkit-keyframes hvr-pulse-small {
    25% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
@keyframes hvr-pulse-small {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse-small-2 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
  .hvr-pulse-small {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: hvr-pulse-small;
    animation-name: hvr-pulse-small;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    cursor: pointer;
  }

@supports (-webkit-overflow-scrolling: touch) {
    #scene {
        height: 100%;
        overflow-x: hidden;
    }
    .image-div {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        transform: scale(1.2,1.2);
    }
    .video-cont {
        position: fixed!important;
    }
}


/* */

#intro-text {
    text-align: center;
    margin-top: 25vh;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

/*  BTN Gropu */
.btn-group {
    margin: 0 auto;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    max-width: 400px;
    height: 60px;
}
#prev-btn {
    position: absolute;
    /*top: 87vh;*/
    left: 0px;
    bottom: 0;
    color: white;
}
#prev-btn img {
    width: 12vh;
}
#tv-screen {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*top: 68vh;*/
    /*left: 13vh;*/
    bottom: 20px;
    width: 50%;
}
#tv-screen img {
    /*width: 30vh;*/
    width: 100%
}
#next-btn {
    position: absolute;
    /*top: 87vh;*/
    right: 0px;
    bottom: 0;
    color: white;
}
#next-btn img {
    width: 12vh;
}
@media screen and (max-width: 640px) {
    .btn-group {
        bottom: 20px
    }
    #prev-btn {
        left: 10px;
    }
    #next-btn {
        right: 10px;
    }
}
@media screen and (max-width: 400px) {
    .btn-group {
        /*bottom: 60px;*/
        max-width: 380px;
    }
    #tv-screen {
        bottom: 30px;
        width: 45%;
    }
}
/*#prev-btn {
    position: absolute;
    top: 87vh;
    left: 0px;
    color: white;
}
#prev-btn img {
    width: 12vh;
}*/
/*#tv-screen {
    position: absolute;
    top: 68vh;
    left: 13vh;
}
#tv-screen img {
    width: 30vh;
}*/
/*#next-btn {
    position: absolute;
    top: 87vh;
    right: 0px;
    color: white;
}
#next-btn img {
    width: 12vh;
}*/

/* end group*/
