.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.prev-arrow{
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.next-arrow{
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
  .slick-dots { position: sticky !important; }
.img-fill img {
    /*    min-height: 100%; */
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.img-fill img{
    /* height:100vh; */
    background:#000;
}

.img-fill{
    position:relative;
    width:95%;
    height:95%;
    top:0px;
    left:0px;
    background:rgba(0,0,0,.50);
    /*  line-height:100vh;*/
    text-align:center;
}
.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}
