Imagen con texto por encima
// Método - Fondo con texto encima
figure{
// Tamaño de la caja
height: 400px;
// Fondo Múltiple
background:
url(../assets/img/desktop/@1x/oscurecer.png),
url(../assets/img/desktop/@1x/banner.jpg) 50% 20% / cover no-repeat;
// Texto
figcaption{
font-size: 5rem;
color: white;
}
}