.delete-btn {
    right: 20px;
    position: relative;
}

.my-form-check-input {
    width: 100%;
    height: calc(1.5em + .5rem + 2px);
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.my-form-invisible-label {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: .5rem;
}

.rm-btn {
    position: absolute;
    font-size: 2rem;
    top: -0.5rem;
    right: -0.5rem;
    color: rgba(255, 0, 0, 0.7);
}

.rm-btn:hover {
    color: rgba(255, 0, 0, 1.0);
}

.img-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.img-container img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.img-container img.next {
    opacity: 1;
    z-index: 1;
}

.img-container img.prev {
    opacity: 1;
    z-index: 2;
}

.img-container img.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 2s, opacity 2s linear;
}

#quote-bar {
    position: fixed;
    color: rgb(15, 219, 69);
    width: 100%;
    text-align: center;
    z-index: 4;
}

#sound-bar {
    position: fixed;
    color: rgb(15, 219, 69);
    width: 100%;
    text-align: center;
    z-index: 4;
    bottom: 0px;
    padding-bottom: 4pt;
}

.slide-shadow {
    box-shadow: inset 0 0 150px 75px black;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media (min-width: 576px) { 
    .slide-shadow {
        box-shadow: inset 0 0 150px 150px black;
        height: 100%;
        left: 0;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3;
    }   
}

#info-bar {
    position: absolute;
    z-index: 6;
    min-width: 100vw;
    min-height: 100vh;
    color: rgba(15, 219, 69, 0.8);
    background: black;
}

#play-bar {
    position: absolute;
    z-index: 5;
    height: 100vh;
    width: 100vw;
}

.fa-btn {
    font-size: 42px;
    text-shadow: 0 0 10px black;
    color: rgba(15, 219, 69, 0.8);
    cursor: pointer;
    margin: 20px;
}

.fa-btn:hover {
    color: rgb(15, 219, 69);    
}

.play-btn {
    font-size: 84px;
    text-shadow: 0 0 10px black;
    color: rgba(15, 219, 69, 0.8);
    cursor: pointer;
}

.play-btn:hover {
    color: rgb(15, 219, 69);
}

.load-spn {
    display: none;
    font-size: 84px;
    text-shadow: 0 0 10px black;
    color: rgb(15, 219, 69);
}