.wysokoscodwrotna {
    top: 0px !important;
    left: 0px !important;
    height: 100%;
    position: absolute;
}
@media screen and (max-width: 911px){
    .wysokoscodwrotna {
        min-height: 200px;
        top: inherit;
        bottom: -200px;
        height: 200px !important;
        width: 100%;
        position: inherit;
    }
}
