
/* SUKMA Website v113.15 SPLIT
   Logo panel Produksi Rumahan mengikuti Logo Toko Admin.
*/
.company-seal-logo{
  overflow:hidden;
  display:flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.company-seal-logo img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media (max-width:680px){
  .company-seal-logo img{padding:5px;}
}
