@media screen and (max-width: 992px) {
img {
width: 100vmin;
height: 100vmin;
}
}
.card {
position: relative;
}
.card .card__link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
}