/* PLACE YOU CUSTOM STYLES IN THIS FILE */

.bg-imag {
    position: relative;
}

.bg-image:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.oklar {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 34px;
    cursor:pointer;
}

#onceki {
    left: 8%;
}

#sonraki {
    right: 8%;
}