html, body, .VitrinSlider2 {
    height: 100%;
}
.VitrinSlider2 {
    box-shadow: inset 0 0 175px 10px rgba(21,32,48,.65);
    background: linear-gradient(to top,rgba(21,32,48,.65),rgba(21,32,48,0) 80%);
}
.VitrinSlider2 div {
    background-size: cover;
    background-position: center;
}
.ResimEfekti7 {
    position: absolute;
    height: 95%;/*margin*/
    width: 95%;/*margin*/
    overflow: hidden;
    padding: 0;
    bottom: 10px;
}
.ResimEfekti7 h3 {
    margin: 0;
    padding: 0;
    transition: transform 1s;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 99%;
}
.ResimEfekti7 h3 a {
    color: white !important;
    text-decoration: none;
}
.ResimEfekti7 div {
    top: 100%;
    position: relative;
    transition: transform 1s;
    margin: 0;
    padding: 0;
    color: white;
}
.ResimEfekti7:hover > div {
    transform: translateY(-100%);
}
.Vitrin2Golge {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(246,246,246,0) 100%);
    height: 100%;
}