/* CSS dla bloku realizacja-lewo-zdjecie */
.realizacja-lewo-zdjecie {
 }
.kreska-realizacja-60 {
    width: 60%;
    height: 1px;
    background-color: black;
    z-index: 999;
    position: relative;
}
.mh-40{
	max-height: 40vh !important;
}


@media screen and (max-width: 992px) {
.realizacja-lewo-zdjecie {
	max-height: unset !important;
}
.mh-40{
	max-height: unset !important;
}
}