.img-container {
  background-color: #f5f5f5;
  border: solid 3px #dfdfdf;
  background-image: url("../../images/company-logo-gray.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 232px;
  height: 44px;
}

.img-container.sm {
  width: 400px;
  height: 225px;
}

.img-container.md {
  width: 720px;
  height: 405px;
}

.img-container.lg {
  width: 1140px;
  height: 642px;
}
