@media only screen and (min-width:1700px) and (max-width:1920px) {

.story-three {
    right: 140px;
    top: 300px;
}	
.story-two {
    left: 30%;
}
.story-one {
    left: 3%;
}
.story-one .story-box:nth-child(3) {
    left: -60px;
    position: relative;
    top: -60px;
}	
.story-one .story-box:nth-child(4) {
    left: -80px;
    position: relative;
    top: 100px;
}
.story-two .story-box:nth-child(1) {
    left: -70px;
    position: relative;
    top: -30px;
}
.story-two .story-box:nth-child(2) {
    left: -80px;
    position: relative;
    top: 120px;
}
.story-two .story-box:nth-child(4) {
    left: 0;
    position: relative;
    top: -80px;
}
.story-three .story-box:nth-child(1) {
   left: 354px;
    position: relative;
    top: 50px;
}
.story-three .story-box:nth-child(2) {
        left: 350px;
    position: relative;
    top: -5px;
}
.story-three .story-box:nth-child(3) {
    left: 360px;
    position: relative;
    top: -40px;
}
.story-four .story-box:nth-child(1) {
    left: -250px;
    position: absolute;
    top: -75px;
}
.story-four .story-box:nth-child(2) {
    left: -126px;
    position: relative;
    top: -140px;
}
.story-four .story-box:nth-child(3) {
    left: -66px;
    position: relative;
    top: -220px;
}
	
}
@media only screen and (min-width:1280px) and (max-width:1169px) {
	.story-three .story-box:nth-child(1) {
    left: 15px;
    position: relative;
    top: -79px;
}
.story-three .story-box:nth-child(2) {
    left: 18px;
    position: relative;
    top: -147px;
}	
	
}
