.kt-spotlight.hide-dots .slick-dots {display: none !important;}
.kt-spotlight {
  position: relative;
  background: #000;
  margin-top: -5.4rem; }
  .kt-spotlight.kt-boxed .kt-spotlight-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .kt-spotlight.kt-boxed .kt-spotlight-image {
    padding-bottom: 56%; }
  .kt-spotlight .slick-prev {
    position: absolute;
    z-index: 1000; }
  .kt-spotlight .slick-next {
    position: absolute;
    right: 0;
    z-index: 1000; }
  .kt-spotlight .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: transparent;
    border: 0;
    opacity: 0.2;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
    .kt-spotlight .slick-arrow:hover {
    opacity: 1;
    cursor: pointer;}
    .kt-spotlight .slick-arrow:focus {
      outline: none; }
    .kt-spotlight .slick-arrow::before {
      content: "";
      font-size: 2rem;
      color: white;
      text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); }
    .kt-spotlight .slick-arrow.slick-prev::before {
      content: "\f053"; }
    .kt-spotlight .slick-arrow.slick-next::before {
      content: "\f054"; }
  .kt-spotlight-image-wrapper {
    width: 100%;
    position: relative;
    max-height: 90vh; }
  .kt-spotlight.kt-partial-width .kt-spotlight-inner {
    width: 90% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: 0; }
  .kt-spotlight.kt-partial-width .kt-spotlight-mask_left {
    width: 80%; }
  .kt-spotlight-image {
    background-size: cover;
    background-position: center;
    padding-bottom: 56%;
    width: 100%; }
  .kt-spotlight-mask_left {
    position: absolute;
    height: 100%;
    top: 0;
    width: 60%;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%); }
  .kt-spotlight-mask_bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 10%;
    background: linear-gradient(0deg, #000 5%, rgba(0, 0, 0, 0) 100%); }
  .kt-spotlight-overlay {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 3rem;
    width: 60%;
    /*zoom: 0.8;*/
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
    .kt-spotlight-overlay h1 {
      font-size: 3vw; }
    .kt-spotlight-overlay h2 {
      font-size: 1.6vw; }
  .kt-spotlight .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 3rem;
    padding: 0;
    margin: 0;
    display: none;
    justify-content: center;
    list-style-type: none; }
  .kt-spotlight .slick-dots li {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .kt-spotlight .slick-dots li button {
    display: none; }
  .kt-spotlight .slick-dots li::before {
    content: "\f111";
    opacity: .5;
    margin: 0 .1rem;
    font-size: 1rem;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
  .kt-spotlight .slick-dots li.slick-active::before {
    opacity: 1; }
  .kt-spotlight .btn {
    font-size: 1.5vw;
    margin-right: 0.75rem }
  .kt-spotlight .btn-highlight {
    background: #800080;
    color: white; }
  .kt-spotlight.kt-video-background .kt-spotlight-image-wrapper {
    width: 100%;
    max-height: 90vh;
    overflow: hidden; }
  .kt-spotlight.kt-video-background .kt-spotlight-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .kt-spotlight.kt-theme-light {
    background: #212121; }
@media (max-width: 1200px) { 
  .kt-spotlight { margin-top:-3.4rem; }
}
/*
@media (max-width: 600px) { 
  .kt-spotlight { margin-top:-5px; }
  .kt-spotlight-overlay { zoom:  0.8; }
}
*/
@media (max-width: 480px) {
  .kt-spotlight {
    margin-top: -5px;
  }  
  .kt-spotlight.kt-small-width .kt-spotlight-image-wrapper {
    width: 100%; }
  .kt-spotlight.kt-small-width .kt-spotlight-mask_left {
    width: 100%; }
  .kt-spotlight .kt-spotlight-mask_left {
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 100%); }
  .kt-spotlight-mask_bottom {
    width: 100%;
    bottom: 0;
    height: 100%;
    background: linear-gradient(0deg, #000 1%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, #000 99%); }
  .kt-spotlight .slick-dots {
    display: none !important; }
  .kt-spotlight .slick-arrow {
    display: none !important; }
  .kt-spotlight-overlay {
    position: relative;
    left: auto;
    width: auto;
    top: auto;
    padding: 0 8px; }
    .kt-spotlight-overlay-inner {
      width: 100%; }
    .kt-spotlight-overlay h1 {
      font-size: 2rem; }
    .kt-spotlight-overlay h2 {
      font-size: 1rem; }
  .kt-spotlight-buttons {
    width: 100%; }
    .kt-spotlight-buttons .btn {
      /*width: 100%;*/
      font-size: 1rem;
      /* zoom: 0.8;*/ }
      .kt-spotlight-buttons .btn:first-child {
        margin-bottom: 12px; } }

@media (max-width: 375px) {
  .kt-spotlight-buttons .btn { zoom: 0.7; }
}
/*
@media (max-width: 360px) {
  .kt-spotlight-buttons .btn { zoom: 0.6; }
}

@media (max-width: 330px) {
  .kt-spotlight-buttons .btn { zoom: 0.5; }
}
*/
@media (min-width: 1600px) {
  .kt-full-width .kt-spotlight-image {
    padding-bottom: 80vh; } 
}

@media (min-width: 2100px) {
  .kt-spotlight-overlay h1 {
    font-size: 4rem; }
  .kt-spotlight-overlay h2 {
    font-size: 2.7rem; }
  .kt-spotlight-overlay .btn {
    font-size: 2rem !important; } 
}

@media (min-width: 2300px) {
  .kt-small-width .kt-spotlight-image {
    padding-bottom: 90vh; } 
}
