.yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container{
   max-width: 480px!important;
}

.yotpo-widget-hero-section .yotpo-customer-logged-out-buttons {
    display: flex;
    flex-direction: column;
}


.yotpo-widget-hero-section .yotpo-register-link {
    display: block!important;
    padding-right: 0!important;
}

.yotpo-widget-hero-section .yotpo-register-link .yotpo-button-standard-size {
    width: 200px!important;
    height: 50px!important;
    margin: 0 auto 20px;
    padding: 0;
  	max-width: 100%!important;
}
.yotpo-widget-hero-section .yotpo-register-link  .yotpo-action-button-widget .yotpo-button-style:hover:not(:disabled){
  background: #50b3e3!important;
  color: #fff!important;
  opacity: 1!important;
}
.yotpo-widget-hero-section .yotpo-login-link{
    display: block!important;
}

.yotpo-widget-hero-section .yotpo-login-link .yotpo-button-standard-size{
    width: 100%!important;
    height: auto!important;
    margin: 0 auto!important;
    padding: 0;
    border: none!important;
}

.yotpo-widget-hero-section .yotpo-login-link  .yotpo-action-button-widget .yotpo-button-style:hover:not(:disabled){
    text-decoration: underline;
  opacity: 1!important;
}


.yotpo-widget-hero-section .yotpo-is-mobile .yotpo-text-and-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.yotpo-widget-hero-section .yotpo-is-mobile {
    min-height: 0!important;
}