@media (min-width: 1600px) {
    .igb-london .header::before {
        left: calc(50% + 375px)
    }
}
@media (min-width: 1920px) {
    .igb-london .header::before {
        left: calc(50% + 535px);
    }
}