iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important;
}

.tekst .standard_header
{
    margin-bottom: 10px;
}

div.znak {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    display: block;
}

#rozwin {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    background-color: #FF3FE4;
    margin-bottom: 10px;
}

#lewa .menu_lewe a
{
    font-size: 15px;
    background-size: 12px;
    background-position: 0px 8px;
    padding-left: 20px;
}

@media (max-width: 640px) {
  #lewa .menu_lewe a {
    background-position: 0px 5px;
  }
}