.module--video-reel .videos{grid-gap:24px;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;margin-bottom:40px;width:100%}@media only screen and (max-width:1024px){.module--video-reel .videos{grid-template-columns:repeat(2,1fr)!important}}@media only screen and (max-width:768px){.module--video-reel .videos{grid-template-columns:1fr!important;margin-bottom:0;text-align:center}}.module--video-reel .video-card{background-color:var(--white);border-radius:10px;cursor:pointer;padding:20px}.module--video-reel .video-card:hover .thumbnail-wrapper .thumbnail-play{opacity:1}.module--video-reel .video-card a{text-decoration:none}.module--video-reel .video-card:hover{box-shadow:0 18px 30px 0 rgba(0,0,0,.18)}.module--video-reel .video-card .thumbnail-wrapper{margin-bottom:24px;position:relative}.module--video-reel .video-card .thumbnail-wrapper .thumbnail{height:auto;width:100%}.module--video-reel .video-card .thumbnail-wrapper .thumbnail-play{bottom:12px;color:var(--white);font-size:48px;left:12px;opacity:.6;position:absolute}