.movie-container {
    padding: 80px 0 0;
    z-index: 0;
}

.movie-contents {
    position: relative;
    width: 100%;
    padding: 0 0 56%;
    background: #e6e6e6;
}

.poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
}

.poster-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    margin: 0;
}
.movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }