body {
  margin: 0;
  background-color: #000000;
  /* height: calc(100vh - 2rem); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  margin: auto;
  align-items: center;
  font-family: Impact, Charcoal, sans-serif;
  gap: 2rem;
}

section.content {
    background-image: url("../media/tapeta_kratka.jpeg");
    background-size: cover;
    background-position: center center;   
    background-repeat: no-repeat;
}

h4 {
    color: white;
    font-family: roboto;
    text-align: center;
    font-size: 3rem;
}

a {
    color: #0096FF;
    text-decoration: none;
    font-size: 1.15rem;
    font-family: roboto;
}

img {
    width: 100%;
    max-width: 16rem;
    margin: auto;
    text-align: center;
    display: block;
}

a.service {
    /* width: 16rem; */
    /* height: 16rem; */
    display: block;
    background: #3A3A3A;
    padding: 1rem;
    transition: .3s;
    border-radius: 1rem;
    /* max-height: fit-content; */
    /* height: 100%; */
    display: flex;
}
a.service:hover {
    background: #292929;
}

.services-wrapper,
.yt-wrapper .movies {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: stretch;
    flex-wrap: wrap;
    height: 16rem;
}
.movies iframe {
    width: calc(33.33% - 1rem);
    height: 280px;
}
@media all and (max-width: 1024px) {
    .movies iframe {
        width: calc(50% - 1rem);
    }
}
@media all and (max-width: 767px) {
    .movies iframe {
        width: 100%
    }
}
.yt-wrapper {
    background-color: #333333;
    padding: 32px;
    gap: 21px;
    display: flex;
    flex-direction: column;
    border: 4px solid #656565;
    border-radius: 20px;
}

footer.contact-box {
    max-width: calc(1380px - 1rem - 24px);
    margin-top: 24px;
    background-image: url("../media/stopka_kliny.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80px!important;
    display: flex;
    width: 100%;
}

.yt-wrapper h2 {
    color: #19CCFF;
    font-size: 36px;
    margin: auto;
    text-align: center;
}

section.content {
    max-width: 1380px!important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.fx.service img {
    width: 80%;
}