.tpl-banner {
    position: relative;
    margin: 3.2rem 4.8rem;
    display: block;
    cursor: pointer;
}

.tpl-banner:hover {
    animation: href-hover 0.3s ease forwards;
}


a.tpl-banner {
    cursor: pointer;
}

a.tpl-banner:hover {
    animation: href-hover 0.3s ease forwards;

}

@media screen and (max-width: 768px) {

    .tpl-banner {
        margin: 16px 0;
    }
}
