* {
  box-sizing: border-box;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

.myMainSlides {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

img {
  vertical-align: middle;
}

.myMainSlides > img {
  width: 60%;
  /*box-shadow: rgba(23, 41, 54, 0.04) 0px 2.125px 17px 0px, rgba(23, 41, 54, 0.08) 0px 2.125px 34px 0px, rgba(23, 41, 54, 0.024) 0px 0px 0px 1.0625px;*/
  /*-webkit-box-shadow: 18px 18px 0px -3px #BDBDBD;*/
  /*box-shadow: 18px 18px 0px -3px #BDBDBD;*/
  /*border: 2px solid #0c0c0c;*/
}

/* Slideshow container */

.slideshow-container {
  margin-top: 20px;
}

/* Next & previous buttons */

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  user-select: none;
}

.icon > img:hover {
  filter: invert(55%) sepia(100%) saturate(407%) hue-rotate(8deg) brightness(91%) contrast(106%);
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  padding-left: 4px;
  padding-bottom: 4px;
  padding-right: 40px;
  padding-top: 27px;
  background: url(/assets/img/next_arrow_30.svg) no-repeat;
  -moz-background: url(/assets/img/next_arrow_30.svg) no-repeat;
  -webkit-background: url(/assets/img/next_arrow_30.svg) no-repeat;
}

.next:hover {
  background: url(/assets/img/next_arrow_30_fill.svg) no-repeat;
  -moz-background: url(/assets/img/next_arrow_30_fill.svg) no-repeat;
  -webkit-background: url(/assets/img/next_arrow_30_fill.svg) no-repeat;
}

.prev {
  /*margin-left: 20px;*/
  margin-left: 15px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 27px;
  padding-top: 27px;
  background: url(/assets/img/prev_arrow_30.svg) no-repeat;
  -moz-background: url(/assets/img/prev_arrow_30.svg) no-repeat;
  -webkit-background: url(/assets/img/prev_arrow_30.svg) no-repeat;
}

.prev:hover {
  background: url(/assets/img/prev_arrow_30_fill.svg) no-repeat;
  -moz-background: url(/assets/img/prev_arrow_30_fill.svg) no-repeat;
  -webkit-background: url(/assets/img/prev_arrow_30_fill.svg) no-repeat;
}

.prev:hover, .next:hover {
  background-color: #fff7ed;
}

.main_dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  background-color: var(--main-dot-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .main_dot:hover {
  background-color: #504538;
}

.grafics-left {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.label {
  color: #000;
  font-size: 3vh;
  font-weight: normal;
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
  box-shadow: 6px 6px 0px -2px #625b53;
}

.dots-nav, .label {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.navigation-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

/* horizontal */

@media screen and (min-width: 660px) and (min-height: 375px) {
  .myMainSlides > img {
    width: 70%;
  }
}

@media (min-width: 735px) {
  .myMainSlides > img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .myMainSlides > img {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .myMainSlides > img {
    width: 80%;
  }
}

@media (min-width: 1400px) {
  .myMainSlides > img {
    width: 65%;
  }
}

@media (min-width: 1400px) {
  .brand_img {
    max-height: 85px!important;
  }
}

@media (min-width: 2048px) {
  .brand_img {
    max-height: 120px!important;
  }
}

