.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
  }
  
  .myslides {
    display: none;
  }
  
  .prev,
  .next,.play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 20px;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .play{
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width:20px;
    max-width: 20px;
    max-height: 20px;
height: 10px;
left: 45%;
right: 45%;
   
    

  }
  
  .prev:hover,
  .next:hover,.play:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .fade {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }