#header div.mySlides {
  width:100%;
  height:100%;
  background-size: cover!important;
  background-position: center center!important;
  z-index: 1;
}

#header div.mySlides#slide1{
    background:  rgb(3 4 24 / 10%) 86.55%
  }

img {vertical-align: middle;}

/* Slideshow container */
#header .slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#header div.slideshow-container video{
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;
}
#header div.slideshow-container video:before{
  content:"";
  position: absolute;
  background: linear-gradient(to left, rgb(255, 0, 0), rgba(0, 0, 0, 0.91) 81.09%);
  z-index: 1;
}

#header div.slideshow-container img#symbol{
  width: 410px;
  margin: -150px 0 0 -60px;
  position:absolute;
  z-index: -1;
}

#header .slideshow-container .text.upper{
  top: 55px;
}
#header .slideshow-container .text.mid{
  top: 220px;
}
#header .slideshow-container .text.low{
  top: 510px;
}

#header .slideshow-container .text{
    margin-left:2%;
  padding: 10px;
  text-align: left;
  position: absolute;
  max-width: 1200px;
}

#header .slideshow-container .text.shadow p{
  color: #FFF;
}
#header .slideshow-container .text h1{
  position: relative;
  margin: 180px 0 0 40px;
  color: #ffffff;
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  z-index: 80;

}
#header .slideshow-container .text h1 span{
  color: #e71f1f;
}

#header .slideshow-container div.call_to_action{
    height: 100px;
    width: 100%;
}

#header .slideshow-container .text p{
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  width: 90%;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 10px 0 0 5px;
}
#header div.call_to_action a.button{
  display: none;
  text-align: center;
  color: #FFF;
  background-color: #c72222;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  left:30%;
  padding: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 450px) {
  .text {
    font-size: 11px;
}

  #header .mySlides {
    background: url(images/KSA20_banner_mobil.jpg) no-repeat;
  }

  #header div.slideshow-container video{
    height: 150%!important;
    margin-top:-50px
  }

  #header .slideshow-container .text h1{
    margin: 0px 0 0 0;
    font-size: 3.5em;
  }
}
/* ===== HERO CTA BUTTONS (inside slider) ===== */
.hero-cta {
    display: block;
    margin: 28px 0 0 40px;
}
.hero-btn {
    margin: 0 30px 0 10px;
    font-size: 1em !important;
    padding: 14px 32px !important;
}
.hero-btn-outline {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.7) !important;
    color: #fff !important;
    font-size: 1em;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.25s, border-color 0.25s;
    display: inline-block;
    box-shadow: none;
}
.hero-btn-outline:hover {
    background: rgba(255,255,255,0.12) !important;
    border-color: #fff !important;
}

@media (max-width: 568px) {
    .hero-cta {
        margin: 16px 0 0 0;
    }
    .hero-btn,
    .hero-btn-outline {
        padding: 12px 20px !important;
    }
}