.page-overview .section-developers .apps .image-icon-duolingo{
		background-image: url("/sa/swift/images/icon_duolingo_large.jpg");
		background-repeat: no-repeat;
	    background-size: 62px 62px;
	    width: 62px;
}
@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){
	.page-overview .section-developers .apps .image-icon-duolingo{
			background-image: url("/sa/swift/images/icon_duolingo_large_2x.jpg");
	}
	
}

.page-overview .section-developers .apps .image-icon-eventbrite {
    background-repeat: no-repeat;
    background-size: 62px 62px;
    background-image: url("/sa/swift/images/icon_eventbrite_large.png");
    width: 62px
}

@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) {
    .page-overview .section-developers .apps .image-icon-eventbrite {
        background-image:url("/sa/swift/images/icon_eventbrite_large_2x.png")
    }
}