/*payment method tile starts*/
.tile-payment-methods-update .content-wrapper {
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 501px
}

html.text-zoom .tile-payment-methods-update .content-wrapper {
    height: auto
}

@media only screen and (max-width: 1068px) {
    .tile-payment-methods-update .content-wrapper {
        height: 288px
    }

    html.text-zoom .tile-payment-methods-update .content-wrapper {
        height: auto
    }
}

@media only screen and (max-width: 734px) {
    .tile-payment-methods-update .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 44px;
        padding-bottom: 0;
        height: auto
    }
}

html.text-zoom .tile-payment-methods-update .copy-wrapper {
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (max-width: 734px) {
    .tile-payment-methods-update .copy-wrapper {
        margin-top: 0px
    }
}

.tile-payment-methods-update .tile-copy {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 400px
}

@media only screen and (max-width: 1068px) {
    .tile-payment-methods-update .tile-copy {
        max-width: 250px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 734px) {
    .tile-payment-methods-update .tile-copy {
        margin-top: 0px
    }
}

.tile-payment-methods-update .tile-copy.tile-copy-no-margin {
    margin-top: 0
}

.tile-payment-methods-update .tile-copy.tile-copy-semibold {
    font-weight: 600
}

.tile-payment-methods-update .tile-cta {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px
}

@media only screen and (max-width: 1068px) {
    .tile-payment-methods-update .tile-cta {
        margin-top: 7px
    }
}

.tile-payment-methods-update .tile-copy.tile-copy-bold{
  font-size: 36px;
  line-height: 1.11119;
  font-weight: 600;
  margin-bottom: .7em
  letter-spacing: .006em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    letter-spacing: -0.02em;
    color: #111;
}

@media only screen and (max-width: 1068px) {
  .tile-payment-methods-update .tile-copy.tile-copy-bold{
    font-size: 28px;
  }
}

@media only screen and (max-width: 734px) {
  .tile-payment-methods-update .tile-copy.tile-copy-bold{
    font-size: 24px;
  }
}

.tile-payment-methods-update .payment-methods-image {
    width: 703px;
    height: 605px;
    background-size: 703px 605px;
    background-repeat: no-repeat;
    background-image: url("/my/iphone/home/images/overview/payment-methods/payment_methods_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) {
    .tile-payment-methods-update .payment-methods-image {
        background-image: url("/my/iphone/home/images/overview/payment-methods/payment_methods_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .tile-payment-methods-update .payment-methods-image {
        width: 356px;
        height: 224px;
        background-size: 356px 224px;
        background-repeat: no-repeat;
        background-image: url("/my/iphone/home/images/overview/payment-methods/payment_methods_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) {
    .tile-payment-methods-update .payment-methods-image {
        background-image: url("/my/iphone/home/images/overview/payment-methods/payment_methods_medium_2x.png")
    }
}

@media only screen and (max-width: 734px) {
    .tile-payment-methods-update .payment-methods-image {
        width: 346px;
        height: 239px;
        background-size: 346px 239px;
        background-repeat: no-repeat;
        background-image: url("/my/iphone/home/images/overview/payment-methods/payment_methods_small.png")
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .tile-payment-methods-update .payment-methods-image {
        background-image: url("/my/iphone/home/images/overview/payment-methods/payment_methods_small_2x.png")
    }
}

.tile-payment-methods-update .payment-methods-image {
    width: 44%;
    margin-right: 6%;
    background-position: 0px 123px;
    background-size: contain;
    min-height: 224px;
}

@media only screen and (max-width: 1068px) {
    .tile-payment-methods-update .payment-methods-image {
        height: 100%;
        background-position: 0 45px;
    }
}

@media only screen and (max-width: 734px) {
    .tile-payment-methods-update .payment-methods-image {
        width: 346px;
        height: 341px;
        background-size: cover;
        background-position: center 50px;
        margin-right: 0;
    }   
}
@media only screen and (max-width: 1068px) {
  .tile-payment-methods-update .content-wrapper .tile-copy{
    max-width: 300px;
  }
}
/*payment method tile ends*/


@media only screen and (max-width: 1068px){
    .tv-multi-show .apple-tv-plus .promo-subhead-alt {
        margin-top: 19px;
        width: 285px;
    }    
}
