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


.image-overview-resolution {
    background-size: 268px 142px;
    height: 142px;
    width: 268px;
    background-image: url("http://images.apple.com/ru/imac/images/overview/resolution_large.jpg")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .image-overview-resolution {
        background-image: url("http://images.apple.com/ru/imac/images/overview/resolution_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .image-overview-resolution {
        background-size: 194px 103px;
        height: 103px;
        width: 194px;
        background-image: url("http://images.apple.com/ru/imac/images/overview/resolution_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: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .image-overview-resolution {
        background-image: url("http://images.apple.com/ru/imac/images/overview/resolution_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .image-overview-resolution {
        background-size: 194px 103px;
        height: 103px;
        width: 194px;
        background-image: url("http://images.apple.com/ru/imac/images/overview/resolution_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: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .image-overview-resolution {
        background-image: url("http://images.apple.com/ru/imac/images/overview/resolution_small_2x.jpg")
    }
}



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




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


.page-overview .section-performance .badge {
    height: 9em;
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-performance .badge {
        height: 8.4em
    }
}

.page-overview .section-performance .first {
    margin: 60px 0 58px
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-performance .first {
        margin: 164px 0 29px
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-performance .first {
        margin: 0;
        width: 6.8em;
    }
    .page-overview .section-performance .badge.first .badge-content {
        bottom: 4em
    }
}

@media only screen and (max-width: 735px) and (max-device-width: 768px) {
	.section-fusion-drive .section-content .badge {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 735px) {
	.section-fusion-drive .section-content .badge {
		margin-top: 30px;
	}
}

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

