/* Hem */




/*Bakgrundsbild o färg */

.wide_image_with_text3 .wide_image div {
    background-position:center top;;
    background-attachment: scroll;
    background-size: cover;
}


.wide_image_with_text3 .overlay {
    position: absolute;
    width: 100%;
    opacity: 0.2;
    height: 100%;
}


@media screen and (max-width: 916px) {

.wide_image_with_text3 .wide_image div {

    background-size: auto;
    background-size: 150%;
}

}

@media screen and (max-width: 600px) {

.wide_image_with_text3 .wide_image div {

    background-size: 200%;
}

}


@media screen and (max-width: 600px) {

.wide_image_with_text3 .wide_image div {

    background-size: 200%;
}

}

@media screen and (max-width: 450px) {

.wide_image_with_text3 .wide_image div {

    background-size: 400%;
}

}

@media screen and (max-width: 230px) {

.wide_image_with_text3 .wide_image div {

    background-size: 800%;
}

}
