* {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  color: black;
}


.slider_left_icon{
  width: 15px;
  height: fit-content;
  position: absolute;
  z-index: 25;
  margin: auto;
  left: 15px;
  bottom: 15px;
}
.slider_left_icon a{
  cursor: pointer;
}
.slider_right_icon{
  width: 15px;
  height: fit-content;
  position: absolute;
  z-index: 25;
  margin: auto;
  right: 15px;
  bottom: 15px;
}
.slider_right_icon a {
  cursor: pointer;
}
.spi{
  top : 15px;
  opacity: 0.6;
  transition: .5s;
  height: 30px;
}
.spi:hover{
  opacity : 1;
}
.banner_oval_contant{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 20;
  text-align: center;
  bottom: 10px;
  width: 90%;
}


.centerBottom {
  position: relative;
  margin: 15px auto;
  left: 0;
  right: 0;
  z-index: 20;
  text-align: center;
  display: table;
}

.centerBottom li {
  background-color: #ffffff;
  border: solid 1px #ffffff !important;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 10px;
  float: left;
  transition: 0.5s;
  list-style: none;
}
.slider_bottom{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  width: 555px;
  z-index: 5;
}
.slider_text{
  position: absolute;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  left: 0;
  right: 0;
}
.slider_text, .slider_text *{
  color: rgb(255, 255, 255);
  /*line-height: 45px;
  text-shadow: 0 0 12px #000000;
  font-size: 40px;*/
}

.banner_image picture{
  height: inherit;
  min-height: 100%;
  width: inherit;
  min-width: 100%;
  object-fit: cover;
}
.banner_image img{
  height: inherit;
  min-height: 100%;
  width: inherit;
  min-width: 100%;
  object-fit: cover;
}


@media screen and (max-width: 660px) {
  .slider_bottom {
    width: 330px;
  }
}

@media screen and (max-width: 480px) {
}

@media (max-width : 340px){
  .slider_bottom {
    width: 294px;
  }
}