<div class="block"></div>
.block
width: 400px
height: 400px
background: black
transition: all 0.5s ease
&:hover
&::after
content: ''
position: absolute
top: 0
left: 0
right: 0
bottom: 0
width: 400px
height: 400px
background: red
opacity: 0.5
&::before
content: ''
position: absolute
top: 0
left: 0
right: 0
bottom: 0
width: 400px
height: 400px
background: url(../img/header_bg.jpg) no-repeat