.london-story .prsns-cat-media {
width: 700px;
    position: absolute;
  left: 30%;
}
.london-story .cat-story-logo {
  top: 93px;
  position: absolute;
  left: 31px;
}
.london-story .disclamer-bg {
  
  background-size: 100%;
}
@media (min-width: 320px) and (max-width: 910px) {
	.london-story .prsns-cat-media {
		width: auto;
		height: 189px;
		transform: translate(-50%, 0px);
		left: 50%;
		top: 21px;
	}
	.london-story .cat-story-logo {
		transform: translate(-50%, 0px);
		left: 50%;
		top: 108px;
	}
}