@charset "UTF-8";
/*Responsive HomePage slider images*/

.homeslide1 {
  background-image: url('https://cdn11.bigcommerce.com/s-2r3snhwzeu/product_images/uploaded_images/homepage-banner-emma-mobile.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}
.homeslide2 {
  background-image: url('https://cdn11.bigcommerce.com/s-2r3snhwzeu/product_images/uploaded_images/WomensMarch750x500.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.homeslide3 {
  background-image: url('https://cdn11.bigcommerce.com/s-2r3snhwzeu/product_images/uploaded_images/merch-banner-collage-dec-12-750x500.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.homeslide4 {
  background-image: url('https://cdn11.bigcommerce.com/s-2r3snhwzeu/images/stencil/original/image-manager/23-aclu-giftguide-mobile-banner.png');
  background-repeat: no-repeat;
  background-size: contain;  
}

@media screen and (min-width: 800px) {
  .homeslide1 {
    background-image: url('https://cdn11.bigcommerce.com/s-2r3snhwzeu/product_images/uploaded_images/homepage-banner-emma-desktop.jpg');
    background-size: cover;
    max-width: 1400px;
    overflow: hidden;
  }
  .homeslide2 {
    background-image: url('https://cdn11.bigcommerce.com/s-2r3snhwzeu/product_images/uploaded_images/WomensMarch2800x1400.jpg');
    background-size: cover;
    max-width: 1400px;
    overflow: hidden;
  }

  .homeslide3 {
    background-image: url('https://cdn11.bigcommerce.com/s-2r3snhwzeu/product_images/uploaded_images/merch-banner-collage-dec-12-2800x1400.jpg');
    background-size: cover;
    max-width: 1400px;
    overflow: hidden;
  }
  .homeslide4 {
    background-image: url('https://cdn11.bigcommerce.com/s-2r3snhwzeu/images/stencil/original/image-manager/23-aclu-giftguide-desktop-banner.png');
    background-repeat: no-repeat;
    background-size: contain;  
  }
}

.heroCarousel.homeslide {
	max-width: 1400px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}

.hstext p {
  max-width:500px;
}

.hswrap .hstext a {
  color: #fff;
}

.hstext a {
  display: inline-block;
  background: #231F20;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  height: 45px;
  width: 145px;
}
