body {
    /* background-image: url("../img/asphalt.jpg"); */
    background-color: #151517;
}
img {
    user-select: none;
}
.bg-release {
    background: rgb(21,21,23);
    background: -moz-linear-gradient(180deg, rgba(21,21,23,1) 0%, rgba(18,43,58,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(21,21,23,1) 0%, rgba(18,43,58,1) 100%);
    background: linear-gradient(180deg, rgba(21,21,23,1) 0%, rgba(18,43,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151517",endColorstr="#122b3a",GradientType=1);
}
.bg-visualizer {
    background: rgb(18,43,58);
    background: -moz-linear-gradient(180deg, rgba(18,43,58,1) 0%, rgba(24,50,55,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(18,43,58,1) 0%, rgba(24,50,55,1) 100%);
    background: linear-gradient(180deg, rgba(18,43,58,1) 0%, rgba(24,50,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122b3a",endColorstr="#183237",GradientType=1);
}
.bg-footer-transition {
    background: rgb(21,21,23);
    background: -moz-linear-gradient(0deg, rgba(21,21,23,1) 0%, rgba(24,50,55,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(21,21,23,1) 0%, rgba(24,50,55,1) 100%);
    background: linear-gradient(0deg, rgba(21,21,23,1) 0%, rgba(24,50,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151517",endColorstr="#183237",GradientType=1);
}
.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}