a
position: relative
display: block
&:hover
&::after
transition: all 2s ease-in-out
content: ''
display: block
position: absolute
left: 0
top: 0
width: 100%
height: 100%
background-color: rgba(#ffffff, 0.75)
img
width: 100%
height: auto