.banner{
    width: 100vw;
    height:350px;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
    position: relative;
    background-image: url("Website/Products/banner.jpg");
    background-position: 25% 37%;
}
.name_box{
    width: 100vw;
    height: 250px;
    position: absolute;
    top: 100px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.607);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
 text-transform: uppercase;
}
