/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/


.section-hero {
    background-size: 1745px 425px;
    background-repeat: no-repeat;
    background-image: url("/euro/recycling/c/screens_alt/images/hero_large.jpg");
    background-color: #f2f2f2;
    background-position: center bottom;
    text-align: center
}

.section-hero.section {
    max-width: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-hero {
        background-image: url("/euro/recycling/c/screens_alt/images/hero_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero {
        background-size: 1068px 388px;
        background-repeat: no-repeat;
        background-image: url("/euro/recycling/c/screens_alt/images/hero_medium.jpg")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero {
        background-image: url("/euro/recycling/c/screens_alt/images/hero_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-hero {
        background-size: 736px 359px;
        background-repeat: no-repeat;
        background-image: url("/euro/recycling/c/screens_alt/images/hero_small.jpg")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-hero {
        background-image: url("/euro/recycling/c/screens_alt/images/hero_small_2x.jpg")
    }
}



/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-device {
    text-align: center;
}

.section-device .section-content {
    box-sizing: border-box;
    padding: 110px 22px 48px 22px;
}

@media only screen and (max-width: 1068px) {
    .section-device .section-content {
        padding: 38px 16px;
    }
}



.section-faqs .border-top {
    box-sizing: border-box;
    border-top: 1px solid #d6d6d6;
}


@media only screen and (max-width: 735px) {
    .section-hero .link-container .link-email {
        margin-top: 5px
    }
    .section-hero .link-container .link-website {
        margin-top: 17px
    }
}

.section-hero .link {
    margin: 40px 0px 0px;
}

@media only screen and (max-width: 735px) {
    .section-hero .link {
        margin: auto
    }
}

@media only screen and (max-width: 390px) {
    .x-small-hide {
        display: none;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 