.desktop {
  background-color: #ffffff;
  width: 100%;
  min-width: 1440px;
  min-height: 1024px;
  display: flex;
}

.desktop .element {
  width: 1440px;
  height: 1024px;
  aspect-ratio: 1.41;
  object-fit: cover;
}
