.header {
background: #fff;
&::after {
content: "";
background: #000;
}
&:hover{
background: #000;
&::after{
background: #fff;
}
.header__box{
background: #fff;
}
}
&__box{
background: red;
}
}
background: url("pass/to/img") no-repeat center / cover;