.banner-1 {
    background: url(../images/playing-card-manufacturer-banner.webp)center;
    background-size: cover;
    height: 350px;
    border-bottom: 2px solid #981c1f;
}

div#BannerAndNavigatorHtmlBlock_StoreNavigator_pnNavigator {
    max-width: 252px;
}
.projects li {
    display: inline-flex;
}
.projects li img {
    width: 100%;
    max-width: 350px;
    height: 300px;
    object-fit: cover;
    margin: 10px;
}
img.example-image.img-responsive:hover {
    opacity: .5;
}