.oglborder {
    width: 100%;
    margin: auto auto;
    border-radius: 6px;
}

.oglbg {
    padding: 25px;
    border-radius: 20px;
    background: #1212129e;
}

.ogl {
    font-size: 16px;
    background: #514a4a3b;
    border-radius: 20px;
    float: left;
    margin-right: 30px;
    padding: 0px;
    width: 340px;
    height: 300px;
}

.ogl-text {
    font-size: 15px;
    font-weight: 600;
    font-family: Arial;
    bottom: 0;
    margin-top: 45%;
    background: #0000005e;
    padding: 19px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.ogl-marg {
    margin: 0;
}

.ogl1-img {
    background: url(/images/ogl/defaultimg.png); /* tutaj zmieniasz tło */
    background-size: cover;
    background-position-x: -47px;
    opacity: .7;
    transition: all .4s ease;
    box-shadow: 1px 1px 20px #000;  
}

.ogl2-img {
    background: url(/images/ogl/defaultimg.png);
    background-size: cover;
    background-position-x: -47px;
    opacity: .7;
    transition: all .4s ease;
    box-shadow: 1px 1px 20px #000;
}

.ogl3-img {
    background: url(/images/ogl/defaultimg.png);
    background-size: cover;
      background-position-x: -47px;
    opacity: .7;
    transition: all .4s ease;
    box-shadow: 1px 1px 20px #000;
}

.ogl4-img {
    background: url(/images/ogl/defaultimg.png);
    background-size: cover;
      background-position-x: -47px;
    opacity: .7;
    transition: all .4s ease;
    box-shadow: 1px 1px 20px #000;
}
		
		