@charset "utf-8";
.youtube {
    min-height: 100vh;
    object-fit: fill;
    text-align: center;
    color: #fff;
    padding: 0;
    z-index: -1000;
    max-width: 100vw;
}

::-webkit-scrollbar {
    display: none;
}

.volume-button {
    z-index: 100;
    position: fixed;
    right: 80px;
    bottom: 10px;
}

.volume-button i {
    opacity: 50%;
    font-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ffc815;
}

@media only screen and  (max-width: 1064px) {
    .volume-button {
        right: 20px;
    }
}
