.marquee-item-label .marquee-title-block{
     color:black;
} 
@media only screen and (max-width: 734px) {
	.why-ipad-content .section-hero .hero-copy{
	  max-width:320px
	}
}	

/* Trade-in layout */

.section-giveback .has-dynamic-content {
    max-width: 670px;
}

@media only screen and (max-width: 734px) {
    .section-giveback .has-dynamic-content {
        max-width: 325px
    }
}
.image-why-ipad-entertainment-speakers {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 1085px;
    --p-height: 714px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .image-why-ipad-entertainment-speakers {
        --p-width: 721px;
        --p-height: 492px
    }
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
    .image-why-ipad-entertainment-speakers {
        --p-width: 400px;
        --p-height: 261px
    }
}