
#slidy-container { 
    width: 95%; 
    height:100%;
    overflow: hidden; 
    margin: 30px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px -5px #00000061;
  }
  #slidy img{
    width: 100%; 
    height:100%;
  }
  .credit{
    text-align: center;
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.credit a{
    text-decoration: none;
    color:#000;
    font-weight: bold;
} 
