/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
.section-hero .image-hero-title {
    width: 358px;
    height: 32px;
    background-size: 358px 32px;
    background-image: url("/hu/ios/garageband/images/overview/hero_title_large.png");
    margin-left: -179px;
}

@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 .image-hero-title {
        background-image: url("/hu/ios/garageband/images/overview/hero_title_large_2x.png");
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .image-hero-title {
        width: 273px;
        height: 25px;
        background-size: 273px 25px;
        background-image: url("/hu/ios/garageband/images/overview/hero_title_medium.png");
        margin-left: -139px;
    }
}

@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 .image-hero-title {
        background-image: url("/hu/ios/garageband/images/overview/hero_title_medium_2x.png");
    }
}

.section-more .image-overview_footer_ios_title {
    width: 225px;
    height: 24px;
    background-size: 280px 24px;
    background-image: url("/hu/ios/garageband/images/overview/footer_ios_title_large.png");
}

@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-more .image-overview_footer_ios_title {
        background-image: url("/hu/ios/garageband/images/overview/footer_ios_title_large_2x.png");
    }
}

@media only screen and (max-width: 1068px) {
    .section-more .image-overview_footer_ios_title {
        width: 216px;
        height: 25px;
        background-size: 275px 25px;
        background-image: url("/hu/ios/garageband/images/overview/footer_ios_title_medium.png");
    }
}

@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-more .image-overview_footer_ios_title {
        background-image: url("/hu/ios/garageband/images/overview/footer_ios_title_medium_2x.png");
    }
}



.section-mac-garageband .image-overview_footer_mac_title {
    width: 308px;
    height: 24px;
    background-size: 308px 24px;
    background-image: url("/hu/ios/garageband/images/overview/footer_mac_title_large.png");
}

@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-mac-garageband .image-overview_footer_mac_title {
        background-image: url("/hu/ios/garageband/images/overview/footer_mac_title_large_2x.png");
    }
}

@media only screen and (max-width: 1068px) {
    .section-mac-garageband .image-overview_footer_mac_title {
        width: 308px;
        height: 50px;
        background-size: 308px 50px;
        background-image: url("/hu/ios/garageband/images/overview/footer_mac_title_medium.png");
    }
}

@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-mac-garageband .image-overview_footer_mac_title {
        background-image: url("/hu/ios/garageband/images/overview/footer_mac_title_medium_2x.png");
    }
}




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




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


.section-hero .hero-subheading {
    width: 90%;
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
    .section-hero .hero-subheading {
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .hero-subheading {
        width: 90%
		width: 610px;
    }
}

@media only screen and (max-width: 735px) {
	.section-hero .hero-cta {
		max-width: 73%;
	}
}

@media only screen and (max-width: 1068px) {
	.section-play .section-block-drums .tabnav-wrapper .tabnav-item {
	    padding-right: 14px
	}
}

@media only screen and (max-width: 735px) {
    .section-play .section-block-drums .tabnav-wrapper .tabnav-item {
        padding-right: 30px
    }
}



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