.card{display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;padding:1.5rem;background-color:#fff;border:1px solid #e0e0e0;width:19rem}.image{position:relative}.card-details h2{font-weight:700;font-size:1.25rem}.card-details h3{margin-top:.5rem}.card-details p{color:gray;font-size:.75rem;font-style:italic;margin-top:.25rem}.card-details .action-row{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}button{background-color:#fa9206;color:#fff;border:none;padding:.5rem;cursor:pointer;transition:all .3s ease-in-out;font-size:1rem}button:hover{background-color:#f57c00}.vjs-poster img{object-fit:cover!important}.vjs-big-play-button{border-color:lime!important}