.cat-story-logo {
  position: absolute;
  left: 14%;
  top: 82px;
  height: 196px;
}

.disclamer-bg {
  background-image: url(/images/story/ideal/fondisklejmeraideal2.jpg);
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 920px) {
  .cat-story-logo {
    transform: translate(-50%, 0);
    left: 50%;
    top: unset;
    bottom: 10%;
  }
}