/*span.single-movie-year a, span.single-movie-runtime*/
/* {*/
/*    background: #222;*/
/*    padding: 6px 12px;*/
/*    border-radius: 4px;*/
/*    font-size: 14px;*/
/*    color: white;*/
/*    font-weight: 600;*/
/*    min-width: max-content;*/
/*    max-height: max-content;*/
/*    text-align: center;*/
    
/*}*/
@media screen and (max-width: 768px) {
.button#openTrailerBtn {
    width: max-content;
    }
}
