.mobile-category-hero {
  display: none;
}

.mobile-single-post-hero {
  display: none;
}

.home-mobile-category-header {
  display: block;
}

.home-mobile-category-header .grid-horizontal,
.home-mobile-category-header .grid-vertical-left,
.home-mobile-category-header .grid-vertical-right {
  z-index: 35;
  pointer-events: none;
}

.home-mobile-category-header .home-category-desktop-title {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 25;
}

.home-mobile-category-header .home-category-desktop-title .content {
  background: #000000;
}

.home-mobile-category-header .home-category-desktop-title .content,
.home-mobile-category-header .home-category-desktop-title .content a,
.home-mobile-category-header .home-category-desktop-title .content h2,
.home-mobile-category-header .home-category-desktop-title .content h2 a,
.home-mobile-category-header .home-category-desktop-title .content p {
  color: #ffffff;
}

.home-mobile-category-header .home-category-desktop-title:hover .content {
  background: #ffffff;
}

.home-mobile-category-header .home-category-desktop-title:hover .content,
.home-mobile-category-header .home-category-desktop-title:hover .content a,
.home-mobile-category-header .home-category-desktop-title:hover .content h2,
.home-mobile-category-header .home-category-desktop-title:hover .content h2 a,
.home-mobile-category-header .home-category-desktop-title:hover .content p {
  color: #000000;
}

#colophon.preview-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

#colophon.preview-footer > div {
  display: block;
}

#colophon.preview-footer #logos {
  display: flex;
  align-items: flex-end;
  gap: 54px;
  width: auto;
  flex: 1 1 auto;
}

#colophon.preview-footer #logos > div {
  margin-left: 0;
}

#colophon.preview-footer #logos #tilovita.preview-tilovita {
  background: none;
  background-image: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  margin-left: 0 !important;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

#colophon.preview-footer #logos #tilovita.preview-tilovita:hover {
  background: none;
  background-image: none;
  background-color: transparent;
}

#colophon.preview-footer #logos #tilovita.preview-tilovita img {
  display: block;
  width: auto;
  height: 73px;
  max-width: 174px;
}

#colophon.preview-footer .preview-footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

#colophon.preview-footer .preview-footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #1f1f1f;
  border-radius: 21px;
  background: #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 1px 1px rgba(255, 255, 255, 0.1) inset;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#colophon.preview-footer .preview-footer-social__link:hover,
#colophon.preview-footer .preview-footer-social__link:focus {
  opacity: 0.82;
  transform: translateY(-1px);
}

#colophon.preview-footer .preview-footer-social__link img {
  display: block;
  width: 19px;
  height: 19px;
}

#colophon.preview-footer .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media only screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body,
  body.home {
    min-height: 0;
  }

  body.menu-open {
    overflow: hidden;
  }

  #foreword {
    width: calc(100% - 16px);
    float: none;
    min-height: 0;
    position: sticky;
    top: 8px;
    left: 0;
    z-index: 120;
    display: block;
    max-width: none;
    margin: 0 0 0 8px;
    background: transparent;
    box-shadow: none;
  }

  #foreword img,
  #menu-mobile-left img,
  #menu-mobile img {
    float: none;
    margin: 0;
  }

  #logo,
  #logo-fixed,
  #menu {
    display: none;
  }

  #menu-mobile-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px 8px 8px;
    background: #000000 url('images/hatch-dark.png') repeat;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  }

  #menu-mobile-left .mobile-brand,
  #menu-mobile .mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    text-decoration: none;
  }

  #menu-mobile-left .mobile-brand-mark,
  #menu-mobile .mobile-brand-mark {
    width: auto;
    height: 48px;
    flex: 0 0 auto;
  }

  #menu-mobile-left .mobile-brand-name,
  #menu-mobile .mobile-brand-name {
    width: auto;
    height: 48px;
    max-width: calc(100% - 82px);
    flex: 0 1 auto;
  }

  #menu-mobile-left .mobile-menu-toggle,
  #menu-mobile .close-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    font-family: LektonBold, LektonRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }

  #menu-mobile-left .mobile-menu-toggle {
    margin-left: auto;
    flex: 0 0 auto;
  }

  #menu-mobile .close-menu {
    display: block;
    min-width: 64%;
    margin-left: auto;
    margin-right: 0;
    padding: 5px 12px 3px 12px;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #000000;
    background: linear-gradient(to bottom, #202020, #000000) #000000;
    color: #ffffff;
    border-color: #2f2f2f;
    text-align: left;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 1px 1px rgba(255, 255, 255, 0.12) inset;
  }

  #menu-mobile-left .mobile-paginate {
    display: none;
  }

  #menu-mobile {
    display: block;
    position: fixed;
    top: 82px;
    right: 0;
    width: 84%;
    max-width: 320px;
    width: min(320px, calc(100vw - 20px));
    height: auto;
    max-height: calc(100vh - 90px);
    max-height: calc(100dvh - 90px);
    padding: 0 0 20px;
    background: transparent;
    box-shadow: none;
    overflow-y: auto;
    transform: translateX(104%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
    z-index: 130;
  }

  body.menu-open:after {
    display: none;
  }

  body.menu-open #menu-mobile {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #menu-mobile .menu-mobile-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    gap: 0;
  }

  #menu-mobile .menu-mobile-header .mobile-brand {
    display: none;
  }

  #menu-mobile ul,
  #menu-mobile .menu,
  #menu-mobile .menu > ul {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 12px;
  }

  #menu-mobile li {
    float: none;
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  #menu-mobile li a,
  #search-form-mobile input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
  }

  #menu-mobile li a {
    float: none;
    width: auto;
    max-width: 100%;
    min-width: 54%;
    margin-right: 0;
    margin-left: auto;
    padding: 5px 10px 3px 10px;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
  }

  #menu-mobile .home-menu li a {
    min-width: 44%;
  }

  #menu-mobile .first-menu .menu > li:nth-child(6n + 1) > a,
  #menu-mobile .second-menu .menu > li:nth-child(6n + 1) > a,
  #menu-mobile .third-menu .menu > li:nth-child(6n + 1) > a {
    min-width: 72%;
  }

  #menu-mobile .first-menu .menu > li:nth-child(6n + 2) > a,
  #menu-mobile .second-menu .menu > li:nth-child(6n + 2) > a,
  #menu-mobile .third-menu .menu > li:nth-child(6n + 2) > a {
    min-width: 88%;
  }

  #menu-mobile .first-menu .menu > li:nth-child(6n + 3) > a,
  #menu-mobile .second-menu .menu > li:nth-child(6n + 3) > a,
  #menu-mobile .third-menu .menu > li:nth-child(6n + 3) > a {
    min-width: 64%;
  }

  #menu-mobile .first-menu .menu > li:nth-child(6n + 4) > a,
  #menu-mobile .second-menu .menu > li:nth-child(6n + 4) > a,
  #menu-mobile .third-menu .menu > li:nth-child(6n + 4) > a {
    min-width: 80%;
  }

  #menu-mobile .first-menu .menu > li:nth-child(6n + 5) > a,
  #menu-mobile .second-menu .menu > li:nth-child(6n + 5) > a,
  #menu-mobile .third-menu .menu > li:nth-child(6n + 5) > a {
    min-width: 58%;
  }

  #menu-mobile .first-menu .menu > li:nth-child(6n) > a,
  #menu-mobile .second-menu .menu > li:nth-child(6n) > a,
  #menu-mobile .third-menu .menu > li:nth-child(6n) > a {
    min-width: 84%;
  }

  #menu-mobile li a:hover,
  #menu-mobile li a:focus,
  #menu-mobile li a:active,
  #menu-mobile li.current-menu-item > a,
  #menu-mobile li.current-post-ancestor > a {
    padding-left: 20px;
  }

  #menu-mobile .close-menu:hover,
  #menu-mobile .close-menu:focus {
    padding-left: 20px;
    background: #111111;
  }

  #search-form-mobile {
    margin-bottom: 12px;
  }

  #search-form-mobile input {
    padding: 10px 12px 8px;
  }

  #content {
    position: relative;
    left: 0;
    width: auto;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  #content-gallery,
  #content-single {
    float: none;
    margin: 18px 16px 28px;
    min-height: 0;
  }

  #content-gallery {
    display: flex;
    flex-wrap: wrap;
  }

  #content-gallery > .gallery-item {
    width: 50%;
  }

  .gallery-item {
    float: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .gallery-item img,
  .gallery-item .content,
  .gallery-item .content.without-image {
    width: 100%;
    height: 100%;
  }

  .gallery-item .content {
    box-sizing: border-box;
    padding: 18px;
    z-index: 5;
    background-color: #000000;
    overflow: hidden;
    text-transform: uppercase;
  }

  .gallery-item .content:hover,
  .gallery-item .content:focus-within {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #000000;
  }

  .gallery-item .content.without-image {
    background: #000000 url('images/post-image.png') no-repeat center center;
  }

  .gallery-item a img {
    opacity: 1;
    filter: saturate(0.95);
  }

  .gallery-item:hover a img,
  .gallery-item:focus-within a img,
  .gallery-item:active a img {
    opacity: 0.06;
  }

  .gallery-item h2,
  .gallery-item h2 p,
  .gallery-item h2 a {
    font-size: 24px;
    line-height: 1.1em;
    text-shadow: none;
  }

  .gallery-item h3,
  .gallery-item h3 p,
  .gallery-item h3 a {
    font-size: 14px;
    line-height: 1.35em;
    margin-top: 10px !important;
    text-shadow: none;
  }

  .gallery-item .content:hover h2,
  .gallery-item .content:hover h2 a,
  .gallery-item .content:hover h3,
  .gallery-item .content:hover h3 a,
  .gallery-item .content:focus-within h2,
  .gallery-item .content:focus-within h2 a,
  .gallery-item .content:focus-within h3,
  .gallery-item .content:focus-within h3 a {
    color: #ffffff;
  }

  .post-header,
  .post-header-video,
  .post-content,
  .post-sidebar,
  #related-posts > div,
  .post-sidebar .gallery-item {
    float: none;
    width: 100%;
  }

  .post-header,
  .post-header-video {
    height: auto;
    margin-bottom: 16px;
  }

  .post-header {
    aspect-ratio: 3 / 2;
  }

  .post-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post-header-video {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
  }

  .post-header-video iframe,
  .post-header-video object,
  .post-header-video embed,
  .post-header-video video {
    width: 100% !important;
    height: 100% !important;
  }

  .grid-horizontal,
  .grid-vertical-left,
  .grid-vertical-right {
    display: none;
  }

  body.category .post-header,
  body.single .post-item:not(.single-videos) .post-header,
  body.home .home-mobile-category-header {
    position: relative;
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
    flex: 0 0 100%;
  }

  body.category .grid-horizontal,
  body.category .grid-vertical-left,
  body.category .grid-vertical-right,
  body.single .post-item:not(.single-videos) .grid-horizontal,
  body.single .post-item:not(.single-videos) .grid-vertical-left,
  body.single .post-item:not(.single-videos) .grid-vertical-right,
  body.home .home-mobile-category-header .grid-horizontal,
  body.home .home-mobile-category-header .grid-vertical-left,
  body.home .home-mobile-category-header .grid-vertical-right {
    display: block;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 15;
  }

  body.category .grid-horizontal,
  body.single .post-item:not(.single-videos) .grid-horizontal,
  body.home .home-mobile-category-header .grid-horizontal {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }

  body.category .grid-vertical-left,
  body.single .post-item:not(.single-videos) .grid-vertical-left,
  body.home .home-mobile-category-header .grid-vertical-left {
    left: 0;
    width: 50%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.9);
  }

  body.category .grid-vertical-right,
  body.single .post-item:not(.single-videos) .grid-vertical-right,
  body.home .home-mobile-category-header .grid-vertical-right {
    left: 50%;
    width: 50%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 0;
  }

  body.category .grid-vertical-right > .gallery-item,
  body.home .home-mobile-category-header .grid-vertical-right > .gallery-item,
  body.category .post-content {
    display: none;
  }

  body.home .home-mobile-category-header .home-category-desktop-title {
    display: none;
  }

  body.single .post-item:not(.single-videos) .mobile-single-post-hero {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    z-index: 20;
  }

  body.single .post-item:not(.single-videos) .mobile-single-post-hero .content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #000000;
    overflow: hidden;
  }

  body.single .post-item:not(.single-videos) .mobile-single-post-hero h2,
  body.single .post-item:not(.single-videos) .mobile-single-post-hero h2 a {
    margin: 0;
    color: #ffffff;
    font-size: clamp(15px, 4.8vw, 22px);
    line-height: 1.14em;
    text-transform: uppercase;
    font-family: LektonBold, LektonRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    overflow-wrap: anywhere;
  }

  body.single .post-item:not(.single-videos) .post-sidebar .thumbnail-mobile,
  body.single .post-item:not(.single-videos) .post-sidebar > .gallery-item.has-thumbnail {
    display: none;
  }

  body.single .post-item:not(.single-videos) .post-sidebar > .gallery-item.no-thumbnail {
    position: relative;
    aspect-ratio: 1 / 1;
    height: auto;
    background: #000000;
    overflow: hidden;
  }

  body.single .post-item:not(.single-videos) .post-sidebar > .gallery-item.no-thumbnail .content {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    background: #000000;
    overflow: hidden;
  }

  body.single .post-item:not(.single-videos) .post-sidebar > .gallery-item.no-thumbnail h2,
  body.single .post-item:not(.single-videos) .post-sidebar > .gallery-item.no-thumbnail h2 a {
    margin: 0;
    color: #ffffff;
    font-size: clamp(18px, 6vw, 28px);
    line-height: 1.08em;
    text-transform: uppercase;
    font-family: LektonBold, LektonRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    overflow-wrap: anywhere;
  }

  body.category .mobile-category-hero,
  body.home .home-mobile-category-header .mobile-category-hero {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 20;
    pointer-events: none;
  }

  body.category .mobile-category-hero__interactive,
  body.home .home-mobile-category-header .mobile-category-hero__interactive {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 50%;
    height: 50%;
    overflow: hidden;
    pointer-events: auto;
    text-decoration: none;
    transition: width 0.25s ease;
  }

  body.category .mobile-category-hero__interactive,
  body.category .mobile-category-hero__interactive:visited,
  body.home .home-mobile-category-header .mobile-category-hero__interactive,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:visited {
    color: inherit;
  }

  body.category .mobile-category-hero__title,
  body.category .mobile-category-hero__description,
  body.home .home-mobile-category-header .mobile-category-hero__title,
  body.home .home-mobile-category-header .mobile-category-hero__description {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 20px;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  body.category .mobile-category-hero__title,
  body.home .home-mobile-category-header .mobile-category-hero__title {
    display: flex;
    align-items: flex-end;
    background: #000000;
    color: #ffffff;
  }

  body.category .mobile-category-hero__title,
  body.category .mobile-category-hero__title a,
  body.category .mobile-category-hero__title p,
  body.home .home-mobile-category-header .mobile-category-hero__title,
  body.home .home-mobile-category-header .mobile-category-hero__title a,
  body.home .home-mobile-category-header .mobile-category-hero__title p {
    color: #ffffff;
  }

  body.category .mobile-category-hero__title-text,
  body.home .home-mobile-category-header .mobile-category-hero__title-text {
    display: block;
    font-size: 31px;
    line-height: 1.15em;
    text-transform: uppercase;
    font-family: LektonBold, LektonRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }

  body.category .mobile-category-hero__description,
  body.home .home-mobile-category-header .mobile-category-hero__description {
    background: rgba(255, 255, 255, 0.78);
    color: #000000;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }

  body.category .mobile-category-hero__description,
  body.category .mobile-category-hero__description a,
  body.category .mobile-category-hero__description p,
  body.home .home-mobile-category-header .mobile-category-hero__description,
  body.home .home-mobile-category-header .mobile-category-hero__description a,
  body.home .home-mobile-category-header .mobile-category-hero__description p {
    color: #000000;
  }

  body.category .mobile-category-hero__description p,
  body.home .home-mobile-category-header .mobile-category-hero__description p {
    margin: 0;
  }

  body.category .mobile-category-hero__description-text,
  body.home .home-mobile-category-header .mobile-category-hero__description-text {
    display: block;
    font-size: 20px;
    line-height: 1.15em;
    text-transform: uppercase;
    font-family: LektonBold, LektonRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }

  body.category .mobile-category-hero__description-text,
  body.category .mobile-category-hero__description-text p,
  body.category .mobile-category-hero__description-text a,
  body.home .home-mobile-category-header .mobile-category-hero__description-text,
  body.home .home-mobile-category-header .mobile-category-hero__description-text p,
  body.home .home-mobile-category-header .mobile-category-hero__description-text a {
    font-family: LektonBold, LektonRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }

  body.category .mobile-category-hero__interactive:hover,
  body.category .mobile-category-hero__interactive:focus,
  body.category .mobile-category-hero__interactive:focus-within,
  body.category .mobile-category-hero__interactive.is-expanded,
  body.category .mobile-category-hero__interactive:active,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:hover,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:focus,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:focus-within,
  body.home .home-mobile-category-header .mobile-category-hero__interactive.is-expanded,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:active {
    width: 100%;
    outline: none;
  }

  body.category .mobile-category-hero__interactive:hover .mobile-category-hero__title,
  body.category .mobile-category-hero__interactive:focus .mobile-category-hero__title,
  body.category .mobile-category-hero__interactive:focus-within .mobile-category-hero__title,
  body.category .mobile-category-hero__interactive.is-expanded .mobile-category-hero__title,
  body.category .mobile-category-hero__interactive:active .mobile-category-hero__title,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:hover .mobile-category-hero__title,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:focus .mobile-category-hero__title,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:focus-within .mobile-category-hero__title,
  body.home .home-mobile-category-header .mobile-category-hero__interactive.is-expanded .mobile-category-hero__title,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:active .mobile-category-hero__title {
    opacity: 0;
    visibility: hidden;
  }

  body.category .mobile-category-hero__interactive:hover .mobile-category-hero__description,
  body.category .mobile-category-hero__interactive:focus .mobile-category-hero__description,
  body.category .mobile-category-hero__interactive:focus-within .mobile-category-hero__description,
  body.category .mobile-category-hero__interactive.is-expanded .mobile-category-hero__description,
  body.category .mobile-category-hero__interactive:active .mobile-category-hero__description,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:hover .mobile-category-hero__description,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:focus .mobile-category-hero__description,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:focus-within .mobile-category-hero__description,
  body.home .home-mobile-category-header .mobile-category-hero__interactive.is-expanded .mobile-category-hero__description,
  body.home .home-mobile-category-header .mobile-category-hero__interactive:active .mobile-category-hero__description {
    opacity: 1;
    visibility: visible;
  }

  .single-videos #single-video-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 1px 0 0;
    background: transparent;
    overflow: visible;
  }

  .single-videos #single-video-header > h2,
  .single-videos #single-video-header > div {
    flex: 0 0 50%;
    float: none;
    width: 50%;
    min-width: 0;
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 12px 12px;
    display: flex;
  }

  .single-videos #single-video-header h2 {
    margin-top: 0;
    margin-bottom: 0;
    border-right: 1px solid #ffffff;
    border-bottom: 0;
    align-items: flex-start;
    align-content: flex-start;
    background: #efefef;
    font-size: clamp(18px, 5.9vw, 24px);
    line-height: 1.08em;
    overflow-wrap: anywhere;
  }

  .single-videos #single-video-header div.infos {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #efefef;
  }

  .single-videos #single-video-header div.infos p {
    margin: 0;
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.05em;
    font-weight: bold;
    color: #000000;
  }

  .single-videos #single-video-header div.infos p:first-child {
    max-width: 100%;
    padding-right: 7.2em;
  }

  .single-videos #single-video-header div.infos p.time {
    position: absolute;
    top: 14px;
    right: 12px;
    padding-left: 12px;
    background: #efefef;
    margin-top: 0;
    align-self: auto;
    text-align: right;
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1em;
  }

  .single-videos #single-video-header .addthis_toolbox,
  .single-videos #single-video-header ul.video-header-sharing {
    display: none;
  }

  .single-videos .single-video-related-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .single-videos .single-video-related-grid > .gallery-item {
    width: 50%;
  }

  #content-single .single-videos + #related-posts > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #content-single .single-videos + #related-posts > div > .gallery-item {
    width: 50%;
  }

  #content-single .post-item:not(.single-videos) + #related-posts > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  #content-single .post-item:not(.single-videos) + #related-posts > div > .gallery-item {
    width: 50%;
  }

  .post-content {
    margin-bottom: 24px;
  }

  .post-content,
  .post-content p,
  .post-content li {
    font-size: 16px;
    line-height: 1.7em;
  }

  .post-content .alignleft,
  .post-content .alignright,
  .post-content p img.alignleft,
  .post-content p img.alignright,
  .post-content .wp-caption.alignleft,
  .post-content .wp-caption.alignright {
    float: none;
    margin: 1.5em 0;
  }

  .post-content p img,
  .post-content .wp-caption,
  .post-content iframe,
  .post-content object,
  .post-content embed {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .post-content .wp-caption img {
    width: 100%;
    height: auto;
  }

  .post-sidebar {
    margin: 0;
  }

  body.single .post-sidebar {
    margin-left: 0;
  }

  .post-sidebar .has-thumbnail,
  .post-sidebar .has-video,
  body.category .post-sidebar .gallery-item,
  .post-sidebar .no-thumbnail {
    margin-top: 0;
    padding: 0;
  }

  .post-sidebar .gallery-item ul:first-child {
    margin-top: 0;
  }

  body.home #social {
    margin: 0 16px 28px;
  }

  body.home #social > div,
  body.home #social #facebook,
  body.home #social #twitter {
    display: block;
    width: 100%;
    height: auto;
    float: none;
  }

  body.home #social #facebook {
    margin-bottom: 16px;
  }

  #colophon-wrap {
    clear: both;
    width: 100%;
    overflow: visible;
  }

  #colophon {
    margin: 32px 16px 28px;
  }

  #colophon > div,
  #colophon #logos,
  #colophon #text {
    display: block;
    width: 100%;
  }

  #colophon #text {
    margin-left: 0;
    margin-top: 22px;
  }

  #colophon #logos > div {
    display: block;
    margin: 0 0 20px;
    height: auto;
  }

  #colophon.preview-footer #logos {
    display: block;
  }

  #colophon.preview-footer #logos > div {
    margin: 0 0 20px;
  }

  #colophon.preview-footer #logos #tilovita.preview-tilovita img {
    height: 56px;
    max-width: 133px;
  }

  #colophon.preview-footer {
    display: block;
    clear: both;
    width: auto;
    min-height: 0;
    height: auto;
    overflow: visible;
    padding-bottom: 20px;
  }

  #colophon.preview-footer #logos,
  #colophon.preview-footer #logos > div,
  #colophon.preview-footer .preview-footer-social {
    float: none;
    clear: both;
    justify-content: flex-start;
    margin-top: 8px;
  }
}
