.delivery {
    background-image: url(../img/background.jpg);
}

.red {
	background: #de3522;
}
.story p {
	font-size: 1.2em;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}
.steerbg {
	background: url(../img/bg/logos.jpg) repeat-y top center;
}

.mag {
    width:100%;
    margin: 0 auto;
    float: none;
}

.mag img {
    max-width: 100%;
}



.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 600px;
    height: 400px;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100%
}