* {
  margin: 0;
  padding: 0; }

.images {
  position: relative;
  width: 100%;
  height: 300px; }
  .images .image {
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .images .image:first-of-type {
      left: 0;
      background-image: url("../images/egy.jpg");
      background-position: top left; }
    .images .image:last-of-type {
      right: 0;
      background-image: url("../images/ketto.jpg");
      background-position: top right; }

/*# sourceMappingURL=style.css.map */
