/* Template-independent service image selectors */
#shopify .service-visual,
#ec-ops .service-visual,
#global .service-visual,
#web .service-visual {
  background-color: #edf6ff !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden !important;
}
#shopify .service-visual > *,
#ec-ops .service-visual > *,
#global .service-visual > *,
#web .service-visual > * {
  visibility: hidden !important;
  opacity: 0 !important;
}
#shopify .service-visual {
  background-image: url("images/service1.png") !important;
}
#ec-ops .service-visual {
  background-image: url("images/service2.png") !important;
}
#global .service-visual {
  background-image: url("images/service3.png") !important;
}
#web .service-visual {
  background-image: url("images/service4.png") !important;
}
#own-ec {
  display: none !important;
}
@media (max-width: 768px) {
  #shopify .service-visual,
  #ec-ops .service-visual,
  #global .service-visual,
  #web .service-visual {
    min-height: 100px;
    background-size: contain !important;
  }
}
