
#slideshow-wrapper {
width: 100%;
    /* height: 320px; */
    /* margin: 30px auto; */
    /*display: inline-block;*/
}

#slideshow {
    margin-bottom: 0px;
    width: 100%;
    height: 514px;
    overflow: hidden;
    white-space: nowrap;
    /*position:relative;*/
}

#slideshow img {
  display: inline-block;
  width: 100%;
  height: 100%;
  
}

/*#slideshow{*/
/*    position:relative;*/
/*}*/


/*#slideshow .imge{*/
/*    position:relative;*/
/*  }*/


#slideshow::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.6);
    z-index:1;
}


.circle {
  margin-right: 10px;
  display: inline-block;
  background-color: lightgrey;
  width: 14px;
  height: 14px;
  border-radius: 50px;
}
