saguaros Thank you Saguaros!
One can also add the following CSS code to switch between the logos at a specific width:
@media (max-width: 767px) {
.logo-control .logo-img {
display: none !important;
}}
@media (max-width: 767px) {
.logo-control .logo-img-sm {
display: inherit;
}}