/* Default for web (desktop) */
.elementwidthlogo {
  width: 18%;
}

/* For mobile devices (max-width: 768px) */
@media screen and (max-width: 768px) {
  .elementwidthlogo {
    width: 30%;
  }
}