Пробовал через бордеры, выходит так:
&__image {
position: relative;
&::after{
content: '';
background: url('../img/quality/image.svg') no-repeat;
width: 150px;
height: 150px;
position: absolute;
bottom: 0;
left: 0;
}
@media(max-width: 1170px){
&::before{
content: '';
width: 98%;
height: 98%;
position: absolute;
top: 0;
left: 0;
background: #000;
z-index: 200;
opacity: .5;
border-bottom-left-radius: 100%;
border-bottom-right-radius: 100%;
}
}
img{
max-width: 672px;
width: 100%;
}
}
Можно ли обойтись без загрузки другой картинки по темнее? Заранее спасибо!