html.aem-AuthorLayer-Edit #home-carousel-container {
  height: 700px;
}
#home-carousel-container {
  overflow: hidden;
  height: calc(100vh - 90px);
  width: 100%;
  min-height: 650px;
  /*.media-custom-min-max(1200px, 1700px, {
        #wz-legacy{
            .slide-caption {
            	botton: 50px;
            }
        }
        #warzone-pacific{
            .slide-caption{
            	bottom: 60px
            }
        }
        
        #wz {
            .slide-caption {
                width: 370px;
                bottom: 105px;
            }
        } 
    });*/
}
#home-carousel-container .atvi-inner-carousel-container {
  margin-bottom: 0;
  height: 100%;
}
#home-carousel-container .atvi-inner-carousel-container .slick-list.draggable,
#home-carousel-container .atvi-inner-carousel-container .slick-track,
#home-carousel-container .atvi-inner-carousel-container .slick-slide,
#home-carousel-container .atvi-inner-carousel-container .slick-slide > div,
#home-carousel-container .atvi-inner-carousel-container .slide-child,
#home-carousel-container .atvi-inner-carousel-container .slide-content {
  height: 100%;
}
#home-carousel-container .atvi-inner-carousel-container .slide-child picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#home-carousel-container .atvi-inner-carousel-container .slide-child picture img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
#home-carousel-container .atvi-inner-carousel-container .slide-child img {
  height: 100%;
  object-fit: cover;
}
#home-carousel-container .slick-pause-icon {
  display: none;
}
#home-carousel-container .slide-caption {
  bottom: 160px;
  left: 190px;
  width: 230px;
  background: transparent;
}
#home-carousel-container .slide-caption p {
  color: #fff;
  text-transform: uppercase;
  font-family: "Droid Sans", Arial, sans-serif;
  font-family: "Cabin", sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  line-height: 1.3;
  font-size: 32px;
  font-weight: 600;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  #home-carousel-container .slide-caption p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  #home-carousel-container .slide-caption p {
    text-rendering: optimizeLegibility;
  }
}
#home-carousel-container .slide-caption a {
  font-family: "Droid Sans", Arial, sans-serif;
  font-family: "Cabin", sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  padding: 10px 25px;
  background-color: gray;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #home-carousel-container .slide-caption a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  #home-carousel-container .slide-caption a {
    text-rendering: optimizeLegibility;
  }
}
#home-carousel-container .slide-caption a:hover {
  background-color: #000;
}
#home-carousel-container .slick-next-icon:before,
#home-carousel-container .slick-prev-icon:before {
  background: none;
}
#home-carousel-container .slick-prev {
  left: 5%;
}
#home-carousel-container .slick-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#home-carousel-container .slick-next {
  right: 5%;
}
#home-carousel-container .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#home-carousel-container .slick-arrow {
  width: 45px;
  height: 45px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 1;
}
#home-carousel-container .slick-arrow:after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #home-carousel-container .slide-caption {
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 265px;
  }
  #home-carousel-container .desktop-only img {
    object-fit: cover;
  }
}
