
.home-iphone-background-section {
    background-image: url(../../../resources/img/app/iphone_screen.png);
    background-size: 265px 430px !important;
    background-position-y: 50px;
    background-position-x: 900px;
    background-attachment: inherit;
}

.home-map-background-section {
    background-image: url(../../../resources/img/backgrounds/map-bg.png);
    background-position-x: 250px;
    background-attachment: inherit;
}

/* Phones and down */
@media (max-width:480px) {
    .home-iphone-background-section {
        background: none;
    }
    .home-map-background-section {
        background: none;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width:767px) {
    .home-iphone-background-section {
        background: none;
    }
    .home-map-background-section {
        background: none;
    }
}

/* Laptop screens */
@media (max-width:1150px) {
    .home-iphone-background-section {
        background-position-x: 700px;
    }
}