@charset "UTF-8";

a[id^="sv"]+div img {
    object-fit: contain !important;
    height: 150px !important;
    filter: brightness(0) saturate(100%) invert(60%) sepia(85%) saturate(406%) hue-rotate(350deg) brightness(104%) contrast(89%);
}

a[id^="sv"]+div .inner_item:nth-of-type(4) img {
    filter: none;
}

@media screen and (max-width: 600px) {
a[id^="sv"]+div img {
    height: 150px !important;
}
}