Have problems with hover shape on responsive
I have this code:
.thumb {
max-height: 21.875em; /* 350px */
max-width: 21.875em; /* 350px */
width: 100% !important;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
}
.mask-thumb {
height: 21.875em; /* 350px */
}
When don't change browser size, then hover image is same size as image. Tried to put different border percents in css media screens but still hover not exactly like background image