
#newsletter-wrap {
  display:block;
}
.cycle-slideshow article {
  display:block;
  background-repeat: no-repeat;
 
  background-size: cover;
  width:100%;
  min-height:500px;
}
  .slide-1 {
	background-image: url('/Images/VictoryAwards/banners/soccer.jpg');
  }
  .slide-2 {
	background-image: url('/Images/VictoryAwards/banners/slam-dunk.jpg');
  }
  .slide-3 {
	background-image: url('/Images/VictoryAwards/banners/rugby.jpg');
	background-position: top center;
  }
  .slide-4 {
	background-image: url('/Images/VictoryAwards/banners/baseball.jpg');
	
  }
.cycle-slideshow article img {
  display:block;
  width:100%;
  max-width:295px;
  margin:10px auto;
}
.cycle-slideshow article h2 {
  color:#fff;
  font-size:35px;
  text-transform:uppercase;
  text-shadow: 0px 1px 8px #000;
}
.cycle-slideshow article h2 small {
  display:block;
}
.cycle-slideshow article p.itemprice {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  text-shadow: 0px 1px 8px #000;
  margin:5px 0;
}
.slidebtn {
  color: #fff;
}
.slide-arrow-left, .slide-arrow-right {
  width:34px;
  height:34px;
  text-align:center;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  cursor:pointer;
  z-index: 9999;
}
.slide-arrow-left {
  background: url('/Images/VictoryAwards/site/slides/arrow-left-v2.png') no-repeat center center / cover;
}
.slide-arrow-right {
  background: url('/Images/VictoryAwards/site/slides/arrow-right-v2.png') no-repeat center center / cover;
} 
#products-wrap article img {
  border:solid 1px #eee;
  width:100%;
}
#products-wrap article h4 {
  color: #000;
  font-size:16px;
  text-align:center;
  text-transform:uppercase;
  margin:15px 0;
}
#products-wrap article .fa {
  color: #ffbd28;
}
#products-wrap button.slick-prev {
  display:none !important;
}
#products-wrap button.slick-next {
  background: url('/Images/VictoryAwards/site/universal/thin-arrow-right.png') no-repeat center center / cover;
  color: transparent;
  font-size:0;
  width:22px;
  height:43px;
  position: absolute;
  top: 50%;
  right:-35px;
  border:none;
  outline:none;
  cursor:pointer;
}

  
@media screen and (max-width: 600px) {
}
