.product-banner {
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #fff;	
}

.product-banner a {
    display: block;
	width: 100%;
    height: 100%;
}

.product-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-banner-subtitle {
	font-size:10px;
}