body, html {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #000;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-watermark {
  display: none !important;
}


@media only screen and (max-width: 768px) {
  .section img {
    object-fit: contain;
	background:#e82426;
  }
}

