/* Webkit (Chrome, Safari, Opera) */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

/* Firefox */
::-moz-scrollbar {
    width: 12px;
}

::-moz-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

/* IE and Edge */
::-ms-scrollbar {
    width: 12px;
}

::-ms-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

@media (min-width: 1024px) {
    .movie-details-area{
        height: 100vh !important;
    }
}
