.cyac-overflow {
overflow-x: scroll;
}
.template-gallery {
margin-top: 16px;
display: flex;
gap: 0.5rem;
}
.template-gallery a.mw-file-description {
display: block;
overflow: hidden;
}
.template-gallery a.mw-file-description img {
transition: transform 250ms ease;
}
.template-gallery a.mw-file-description:hover img {
transform: scale(1.1);
}
.template-gallery video {
max-width: none !important;
max-height: 120px !important;
width: auto !important;
overflow: hidden;
}