body footer .container.footer-bottom {
    justify-content: center;
    flex-direction: column;
}
body footer .container.footer-bottom .copyright {
    text-align: center;
    width: 100%;
}
body footer .container.footer-bottom .copyright .podpis {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 5px;
}
body footer .container.footer-bottom #signature {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
body footer .container.footer-bottom #signature .image {
    margin-right: 5px;
}
.type-page article iframe {
    border: 0;
}