/****************************
        WATCH3 Banner
****************************/
.usc-secondary-cta.watch3 {
  height: 514px;
}
.usc-secondary-cta.watch3 .usc-secondary-cta__background {
  background-position:bottom;
}
.usc-secondary-cta.watch3 .usc-secondary-cta__wrapper {
    /* left: 0px; */
    /* max-width: 35vw; */
    margin: 0;
    width: 100%;
    max-width: none;
    padding-left: 3%;
    padding-top: 3%;
    height: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.watch3 .usc-secondary-cta-left-aligned__background--mobile{
background-size:cover !important;
}

.usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .p-legal {
    position: absolute;
    bottom: 3%;
    font-family: "Myriad Pro";
    position: absolute;
    line-height: 1.2;
    font-size: 10px;
    /* top: 135px; */
    margin: 0px;
    padding:0px;
    width: 97vw;
    max-width: none;
}



.usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title{
    width: 100%;
    /* line-height: 0; */
    height: fit-content;
    position:relative;
}



.usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-button{
    width: 200px;
}

.usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-button:hover{
transform: none;
}
/* removed section because watch3 is now available in all markets
.usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-button::after {
    content: "Not available in all areas. Contact store for availability.";
    position: absolute;
    font-size: 13px;
    left: 0px;
    top: 60px;
    pointer-events: none;
    cursor: none;
    width:180px;
}
*/
@media screen and (min-width:768px){
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .p-legal img.galaxywatch3{
        bottom: 3%;
        position: absolute;
        right: 3%;
        display:block;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.Samsung{
        display: block;
        margin-bottom: 50px;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.managelife{
        display: block;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title .galaxywatch3-mobile{
       display:none;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.Samsung-mobile{
        display:none;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.managelife-mobile{
        display:none;
    }
}

@media screen and (max-width:767px){
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .p-legal img.galaxywatch3{
      display:none;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.Samsung{
        display: none;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.managelife{
        display: none;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.galaxywatch3-mobile{
        display: block;
        top: 0;
        position: absolute;
        right: 8%;
     }
     .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.Samsung-mobile{
         display:block;
         margin-bottom: 50px;
         height:16px;
     }
     .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .usc-secondary-cta__title img.managelife-mobile{
         display:block;
     }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper{
        padding-top:8%;
    }
    .usc-secondary-cta.watch3 .usc-secondary-cta__wrapper .p-legal{
        font-size:9px;
    }
    .usc-secondary-cta.watch3 {
        height: 600px;
      }
}

/****************************
     End of WATCH3 Banner
****************************/