.ad-fathers-day {
    background: url(fathers-day.png) no-repeat;
   
	border-radius: 0.5rem;
	background-color: #def1fc;
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
}


@media (min-width: 1400px) {
    #productTitle {
        min-height: 115px;
    }
    .ad-text-overlay {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.529), rgba(255, 255, 255, 0.529) 65%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 992px) {
    #productTitle {
        min-height: 75px;
    }
    .ad-text-overlay {
        background-color: rgba(255, 255, 255, .700);
    }
}