.brand-wordmark .brand-planet-photo{
  position:relative;
  width:18px;
  height:24px;
  flex:0 0 18px;
  align-self:center;
  display:block;
  overflow:visible;
  background-image:url('/assets/brand/planet-crescent.webp');
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  transform:none;
}

.brand-wordmark .brand-planet-photo::before,
.brand-wordmark .brand-planet-photo::after{
  content:none;
}

@media(max-width:767px){
  .brand-wordmark .brand-planet-photo{
    width:14px;
    height:19px;
    flex-basis:14px;
  }
}

@media(max-width:430px){
  .brand-wordmark .brand-planet-photo{
    width:13px;
    height:18px;
    flex-basis:13px;
  }
}
