/* wide screen: general uc overlay video */

.uc-embedding-wrapper {
     width: 300px !important;
     max-width: 600px !important;
     max-height: 300px !important;
     padding: 12px 24px;
     top: 50%;
     left: 50%;
     font-size: 12px;
     line-height: 15px;
     transform: translateX(-50%) translateY(-50%);
     font-family: Roboto;
     z-index: 1000;
}

     div.uc-embedding-wrapper span {
         display: none !important;
    }
     a.uc-embedding-powered-by {
         display: none !important;
    }
}
 .uc-embedding-wrapper h3 {
     line-height: 1.33;
     font-size: 16px;
     font-weight: bold;
     margin: 5px auto;
}
 div.uc-embedding-wrapper span {
     font-size: 11px;
     position: relative;
}
 button.uc-embedding-accept {
     -webkit-box-align: center;
     align-items: center;
     content: none;
     background: rgb(244, 147, 0);
     border: none;
     border-radius: 4px;
     color: rgb(255, 255, 255);
     display: flex;
     -webkit-box-pack: center;
     justify-content: center;
     /*! flex: 1 1 auto; */
     font-size: 1em;
     font-weight: 700;
     outline: none;
     padding: 12px 16px;
     width: 100%;
     margin-bottom: 35px;
}
 button.uc-embedding-accept:hover {
     background: rgb(193, 116, 0);
}
 .uc-embedding-more-info {
     cursor: pointer;
     border: none;
     box-shadow: none;
     font-size: 14px;
     font-weight: bold;
     display: inline-block;
     height: 40px;
     border-radius: 4px;
     padding: 0;
     background: #fff !important;
     width: 100% !important;
     margin: 6px 12px 6px 0;
     color: rgb(31, 77, 94);
}
 .uc-embedding-more-info:hover {
     background: #F5F5F5 !important;
}

/* wide screen: alternative uc layout storelocator */

 .uc-layout-storelocator .uc-embedding-wrapper {
  width: 800px !important;
     max-width: 800px !important;
     max-height: 300px !important;
    transform: translateX(-50%) translateY(-70%);
}

 .uc-embedding-more-info {
     width: 50% !important;
}

 button.uc-embedding-accept {
  width: 33% !important;
 }

/* tablet: general uc overlay video */

 @media (max-width: 950px) {
     .uc-embedding-wrapper {
         width: 90% !important;
         padding: 12px 12px !important;
         height: 220px !important;
         transform: translateX(-50%) translateY(-70%) !important;
        ;
    }
     .uc-embedding-wrapper h3 {
         line-height: 1.1 !important;
         font-size: 16px !important;
         font-weight: bold !important;
         margin: 2px auto !important;
    }
     div.uc-embedding-wrapper span {
         display: none !important;
    }
     a.uc-embedding-powered-by {
         display: none !important;
    }
}

     button.uc-embedding-accept {
         font-size: 14px !important;
         font-weight: normal !important;
         height: 30px !important;
         font-weight: bold !important;

         width: 100% !important;
    }
     button.uc-embedding-more-info {
         font-size: 14px !important;
         font-weight: normal !important;

         height: 30px !important;
         width: 100% !important;
    }

/* tablet: alternative uc layout storelocator */

 @media (max-width: 950px) {

 .uc-layout-storelocator .uc-embedding-wrapper {
  width: 600px !important;
  height: 150px  !important;
     max-width: 600px !important;

    transform: translateX(-50%) translateY(-90%) !important;
}

}


/* mobile: general uc overlay video */

 @media (max-width: 480px) {
     .uc-embedding-wrapper {
         width: 260px !important;
         padding: 6px 12px !important;
         height: 145px !important;
         transform: translateX(-50%) translateY(-80%) !important;
    }
     .uc-embedding-wrapper h3 {
         line-height: 1.1 !important;
         font-size: 12px !important;
         font-weight: bold !important;
         margin-top: 2px !important;
         margin-bottom: -3px !important;
    }
     div.uc-embedding-wrapper span {
         font-size: 5px !important;
         display: none !important;
    }
     a.uc-embedding-powered-by {
         font-size: 5px !important;
         display: none !important;
    }
     button.uc-embedding-accept {
         font-size: 8px !important;
         font-weight: normal !important;
         height: 20px !important;
         width: 100% !important;
    }
     button.uc-embedding-more-info {
         font-size: 10px !important;
         font-weight: normal !important;
         height: 20px !important;
         width: 100% !important;
    }
}



/* mobile: alternative uc layout storelocator */

 @media (max-width: 480px) {

 .uc-layout-storelocator .uc-embedding-wrapper {
  width: 100% !important;
  height: 200px  !important;
    transform: translateX(-50%) translateY(-90%) !important;
  padding-top: 20px !important;
}

  .uc-layout-storelocator h3 {
 font-size: 16px !important;
   line-height: 1.1em !important;
}

    button.uc-embedding-accept {
         font-size: 12px !important;
         padding: 6px 12px !important;
         flex: none !important;
         height: 40px !important;
         width: 50% !important;
    }
     .uc-embedding-more-info {
         font-size: 12px !important;
         padding: 6px 12px !important;
         margin: 4px !important;
         flex: none !important;
         height: 40px !important;
         width: 50% !important;
    }
 }
