.kg-control div.asw-layout-grid__item:first{
  display: table;
}

.kg-control div.asw-layout-grid__item:first > .aem-Grid--default--12{
  display: table-cell;
  vertical-align: middle;
}

.kg-control img{
  height: 40px;
}

@media screen and (min-width: 768px){
  .kg-control img{
    display: block;
  }
}

@media (max-width: 767px){
  .vs-image02{
    text-indent:0 !important;
    line-height:inherit !important;
  }
  
  .vs-image03{
    text-indent:0 !important;
    line-height:inherit !important;
  }
 }