.videos-page{padding:3rem 0 5rem 0}.videos-page>.container .title{font-size:1.4rem;text-transform:uppercase;margin-bottom:3rem;color:#dd121c}@media screen and (max-width:749px){.videos-page>.container .title{margin-bottom:2rem;font-size:1rem}}.videos-page .videos{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}@media screen and (max-width:749px){.videos-page .videos{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.videos-page .videos .video{display:block}.videos-page .videos .video .image{position:relative;height:auto;aspect-ratio:16/9;overflow:hidden}.videos-page .videos .video .image img{width:100%;height:100%;object-fit:cover;user-select:none;transition:transform .3s ease-in-out}.videos-page .videos .video .image:hover img{transform:scale(1.1)}.videos-page .videos .video .title{font-size:1rem;margin-top:1rem;color:#3f3f3f;transition:color .3s ease-in-out}@media screen and (max-width:749px){.videos-page .videos .video .title{font-size:1rem}}.videos-page .videos .video:hover{text-decoration:none}.videos-page .videos .video:hover .title{color:#dd121c}