.new-year-video {
    cursor: pointer;
}

.btn-mute {
    position: absolute;
    z-index: 1;
    border: 0;
    right: 2rem;
    bottom: 2rem;
    background: transparent;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);

}

.btn-mute:focus {
    border: 0;
    outline: 0;
}

.btn-mute.muted .muted-icon{
    display: none;
}

.btn-mute.muted .unmuted-icon{
    display: inline-block;
}

.btn-mute .unmuted-icon{
    display: none;
}

#new-year-modal .modal-body {
    position: relative;
}

#new-year-modal .close {
    position: absolute;
    z-index: 100;
    line-height: .5;
    border: 0;
    right: 1rem;
    top: 1rem;
    padding: 1.5rem;
    background: transparent;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
}
