
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.marqueeButton {
    position: absolute;
    bottom: 28%;
    left: 4.5%;
    padding: 17px 60px;
    font-size: 18px;
    background-color: #27e3fc;
    color: #000024;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-right: auto;
    border-radius: 80px;
    width: 282px;
    height: 58px;
    z-index: 100;
}
.marqueeButton:hover {
    background-color: #EEFF41;
    text-decoration: none;
}


.item.marqueeImage {
    position: relative;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.modal-header {
    border: 0;
}

.button-success {
    background-color: #84f70b !important;
}

/* Media query for smaller viewports (700px to 900px) */
@media screen and (max-width: 980px) {
    .playingTime,
    .title {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}