.film_wrapper {
    padding: 64px 140px 0;
    display: flex;
    justify-content: space-between;
    gap: 58px;
    position: relative;
}

.images {
    width: 61%;
}

.images iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

.images img {
    width: 100%;
    margin-bottom: 10px;
}

.details {
    flex: 1;
    color: #828282;
    /* position: sticky; */
    top: 100px;
    height: fit-content;
}

.details p {
    margin-top: 15px;
    font-size: 14px;
    color: #616060;
    line-height: 1.5;
    text-align: start;
}

.details h3 {
    font-size: 16px;
    color: #616060;
}
