body {
    margin: 0;
}

.video-wrapper {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.play-button {
    cursor: pointer;
    width: 17.6%;
    height: 11.3%;
    position: absolute;
    top: 77.9%;
    left: 41.2%;
    margin: 0 !important;
}

.play-button:hover {
 background: rgba(0, 0, 0, 0.3);
}

div#slider-range {
    display: block;
    position: absolute;
    top: 51.1%;
    left: 14.3%;
    margin: 0 !important;
    width: 70%;
    height: 6%;
    border: none;
    background: transparent;
}

#amount {
    bottom: 260px;
    position: absolute;
    background: none;
    color: #fff !important;
    font-size: 25px;
    font-weight: 100;
    width: 25%;
    text-align: center;
    position: absolute;
    top: 60%;
    margin: 0 !important;
    height: 10%;
    font-family: Arial;
    opacity: 0;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}

#current-amount {
    font-weight: 900;
    font-size: 30px;
}

@media screen and (max-width: 900px) {
    #amount {
        font-size: 17px;
    }
    #current-amount {
        font-size: 23px;
    }
}

@media screen and (max-width: 510px) {
    #amount {
        font-size: 11px;
    }
    #current-amount {
        font-size: 16px;
    }
}

video#video {
    position: absolute;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 500px;
    width: 5%;
    height: 100%;
    top: 0;
    cursor: grab;
    border: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}

span.ui-slider-handle.ui-corner-all.ui-state-default:active {
    cursor: grabbing;
}

span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: none;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    top: 9px;
    position: absolute;
    background: #fff;
    height: 5px;
}

.ui-state-default, .ui-state-active {
    background: white !important;
}

.appear {
    opacity: 1 !important;
}

.overlay-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
    background-color: rgba(0,0,0, 0.5);
}

#overlay-play-button {
    position: absolute;
    height: 30%;
    top: 50%;
    left: 50%;
    opacity: 0.5;
    transform: translate(-50%, -50%);
}

.overlay-button-faded {
    opacity: 0;
}

.url-button {
    position: absolute;
    top: 81.5%;
    left: 34%;
    width: 32%;
    height: 10%;
    z-index: 999;
    cursor: pointer;
}
