

.spmodal__wrapper {
    padding-top: 40px;
}

.spmodal__item {
    margin-bottom: 15px;
}

.spmodal__img {
    max-width: 90vw;
    display: block;
    text-align: center;
    display: block;
    position: relative;
}

.spmodal__img:hover .spmodal__text {
    opacity: 1;
}

.spmodal__img img {
    max-height: 90vh;
    width: 484px;
}

.spmodal__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.4s;
}

.lity {
    background: rgba(255, 255, 255, 0.8);
}

.lity-wrap {
    overflow: scroll;
}

.lity-close {
    color: #000;
}

.lity-content:after {
    box-shadow: none;
}

.lity-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.movie-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}