.has-header-image.home.blog .custom-header,
.has-header-image.inspiro-front-page .custom-header,
.has-header-video.home.blog .custom-header,
.has-header-video.inspiro-front-page .custom-header {
  overflow: unset;
}

body.inspiro-front-page.has-header-image .site-description,
body.inspiro-front-page.has-header-video .site-description {
  opacity: 1;
}

.to-top-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 0 20px;
  max-width: 100%;

  font-size: 15px;

  text-transform: unset;

  cursor: pointer;

  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.05em !important;
  text-transform: unset;
  box-shadow: 0 0 8px rgba(0,0,0,.3);

  opacity: 0;
  pointer-events: none;

  background-color: red;
  border-radius: 4px;
  border: 0;
  transition: color .23s ease-in-out, background-color .23s ease-in-out, opacity .23s ease-in-out;
}
.to-top-btn:hover {
  color: #fff;
  background-color: #05449c;
}

.to-top-btn._active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 48em) {
  .admin-bar.inspiro-front-page.has-header-image .custom-header-media,
  .admin-bar.inspiro-front-page.has-header-video .custom-header-media,
  .inspiro-front-page.has-header-image .custom-header-media,
  .inspiro-front-page.has-header-video .custom-header-media {
    height: 65vh;
    min-height: 360px;
  }

  .to-top-btn {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 48em) {
  .has-header-image.home.blog .custom-header, .has-header-image.inspiro-front-page .custom-header,
  .has-header-video.home.blog .custom-header, .has-header-video.inspiro-front-page .custom-header {
    height: unset;
    min-height: 530px;
  }
}