/* CSS dla bloku realizacja-prawo-zdjecie */
.realizacja-prawo-zdjecie {
	/* max-height: 40vh; */
}
.kreska-realizacja-full {
    width: 200%;
    height: 1px;
    background-color: black;
    z-index: 999;
    position: relative;
}
.szary{
	color: #A2A2A2 !important;
}

.kreska-realizacja-125{
    width: 125% !important;
    height: 1px;
    background-color: black;
    z-index: 999;
    position: relative;
}

@media screen and (max-width: 992px) {
.realizacja-prawo-zdjecie {
	max-height: unset !important;
}
.kreska-realizacja-full {
    width: 100%;
    height: 1px;
    background-color: black;
    z-index: 999;
    position: relative;
}
}