.top-banner {
  overflow: visible;
}

.top-banner::before,
.two-hearts::before,
.three-hearts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;  
  background-size: contain !important;
  z-index: 1;
}

.top-banner::before {
  width: 431px;
  height: 387px;
  max-width: 240px;
  max-height: 200px;
  background: url(https://cdn.jewelryimages.net/static/v6client/images/store-pics/vdgg-large-heart-bunch.png) center center no-repeat;
  top: -17px !important;
  right: -42px !important;
  bottom: auto;
  left: auto;
}

.two-hearts::before {
  width: 116px;
  height: 108px;
  max-width: 80px;
  max-height: 80px;
  background: url(https://cdn.jewelryimages.net/static/v6client/images/store-pics/vdgg-2-hearts.png) center center no-repeat;
}

.three-hearts::before {
  width: 181px;
  height: 166px;
  max-width: 120px;
  max-height: 120px;
  background: url(https://cdn.jewelryimages.net/static/v6client/images/store-pics/vdgg-3-hearts.png) center center no-repeat;
}

.hearts-top-right::before {
  top: 0;
  right: 0;  
  left: auto;
  bottom: auto;
}

.hearts-top-left::before {
  top: -30px;
  right: auto;  
  left: -30px;
  bottom: auto;
}

.hearts-bottom-left::before {
  top: auto;
  right: auto;  
  left: 0;
  bottom: 0;
}

.hearts-bottom-right::before {
  top: auto;
  right: 0;  
  left: auto;
  bottom: 0;
}

.two-hearts.hearts-top-left::before {
  top: -23px !important;
  left: -20px !important;
}

.two-hearts.hearts-top-right::before {
  top: -23px !important;
  right: -20px !important;
}

.three-hearts.hearts-bottom-right::before {
  right: -31px !important;  
  bottom: -33px !important;
}

@media(min-width:768px){
	.top-banner::before {
	  max-width: 320px;
	  max-height: 320px;
	  top: -45px !important;
	  right: -40px !important;
	}
}

@media(min-width:1200px){
	.top-banner::before {
	  max-width: 431px;
	  max-height: 387px;
	  top: -35px !important;
	  right: -55px !important;
	}
}