.content_fader {
    position: relative;
}

.content_fader .fader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 100%;
    width: 300px;
}
