.overlay{
    height: 350px;
    width: 100vw;
    background: black;
    overflow: hidden;
    opacity: 0.3;
    object-fit: cover;
}