  .slideshow_header {
    margin: auto;
    position: relative;
    width: 90vw;
    min-height: 75vh;
    top : 10px;
  }
  
  .slideshow_detail{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  
  #imageSlide {
      position: absolute;
      margin: auto;
      display: block;
      float:center;
      width:auto;
      max-width:100%;
      height:auto;
      max-height: 100%;
      object-fit:contain;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
}

