.hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}

.hero{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.hero-image-wrapper{
    width: 200px;
}

.hero-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-title{
    letter-spacing: 2px;
}
