/*interstitial3-copy --start*/
#interstitial3{
    padding: 83px 0 0px;
}

@media only screen and (max-width: 1068px) {
    #interstitial3{
        padding:56px 0 0px;
    }
}

@media only screen and (max-width: 734px) {
    #interstitial3{
         padding:34px 0 0px;
    }
}

.section-router{
    margin-top: 0px;
}


#interstitial3 .interstitial3-copy{
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #515154;
    margin: 2em 0 184px;
}

@media only screen and (max-width: 1068px) {
    #interstitial3 .interstitial3-copy{
        margin: 2em 0 134px;
    }
    
}

@media only screen and (max-width: 734px) {
    #interstitial3 .interstitial3-copy{
        margin: 2em 0 114px;
    }
}

/*interstitial3-copy --end*/

.section-hero{
    position: relative;
}

.section-hero .store-btn{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 65px;
}

@media only screen and (max-width: 1068px) {
    .section-hero .store-btn{
        margin-top: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .store-btn{
        margin-top: 45px;
    }
}


/* ArtCD feedback */
.section-watches-and-bands .section-headline {
	max-width: 9em;
}
.section-hero .hero-copy {
    max-width: 26em;
}
.section-interstitial3 .section-copy-inner-wrapper {
	max-width: 11em;
}
.section-interstitial2 .section-copy-inner-wrapper {
    max-width: 9em;
}
@media only screen and (max-width: 734px) {
	.section-global-fund .section-headline {
		max-width: 9em;
		margin-right: -2px;
	}
	.section-hero .hero-copy {
        width: 87.5%;
        max-width: 18em;
    }
    .section-interstitial2 .section-copy-inner-wrapper {
		max-width: 11em;
	}
	.section-interstitial3 .section-copy-inner-wrapper {
		max-width: 11em;
	}
}
.section-interstitial1 .section-copy-inner-wrapper {
	padding-left: 0.03em;
}
