@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background: #ffffff;
  overflow-x: hidden !important;
}

.container {
  width: 100%;
}

img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  padding: 100px;
}

@media (max-width: 768px) {
  img {
    padding: 0 25px !important;
    max-width: 350px;
  }
}
