.tile-apple-music .music-image {
    width: 554px;
    height: 384px;
    background-size: 554px 384px;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    margin-left: -277px;
}

@media only screen and (max-width: 1068px) {
    .tile-apple-music .music-image {
        width: 295px;
        height: 204px;
        background-size: 295px 204px;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 734px) {
    .tile-apple-music .music-image {
        width: 413px;
        height: 287px;
        background-size: 413px 287px;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1068px) {
    .tile-apple-music .tile-headline-image {
        margin-top:44px
    }
}

.tile-apple-music.availability .tile-headline-image {
    margin-top:68px
}

@media only screen and (max-width: 1068px) {
    .tile-apple-music.availability .tile-headline-image {
        margin-top:44px
    }
}

.tile-apple-music .tile-copy {
    margin-top:15px
}

@media only screen and (max-width: 734px) {
    .tile-apple-music .tile-copy {
        margin-top:19px
    }
}



.tile-apple-music .cta-color {
    color:#06c
}

.tile-apple-music .content-wrapper {
    overflow: hidden;
    background-color: #fff;
    min-height:600px
}

@media only screen and (max-width: 1068px) {
    .tile-apple-music .content-wrapper {
        min-height:350px
    }
}

@media only screen and (max-width: 734px) {
    .tile-apple-music .content-wrapper {
        min-height:490px
    }
}

.tile-apple-music .image-wrapper {
    width: 554px;
    height: 384px;
    width: 100%;
    position: relative;
    flex:none
}

@media only screen and (max-width: 1068px) {
    .tile-apple-music .image-wrapper {
        width: 295px;
        height:204px
    }
}

@media only screen and (max-width: 734px) {
    .tile-apple-music .image-wrapper {
        width: 413px;
        height:287px
    }
}

@media only screen and (max-width: 1068px) {
    .tile-apple-music .image-wrapper {
        width:100%
    }
}

@media only screen and (max-width: 1068px) {
    .tile-apple-music .music-image {
        left: 50%;
        margin-left:-147.5px
    }
}

@media only screen and (max-width: 734px) {
    .tile-apple-music .music-image {
        left: 50%;
        margin-left:-206.5px
    }
}

