.container {
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content;
  grid-auto-columns: 1fr;
  grid-template-areas:
  "image"
  "footer";
}

.camimg {
  width: 100%;
  height: auto;
}

.logo {
  width: 30vw;
  top: 0.56vw;
  left: 1.5vw;
}

.datetime {
  font-size: 1.69vw;
  left: 76vw;
}

.footer {
  height: 1.125vw;
  font-size: 0.844vw;
}

.footer div {
  padding-right: 0.563vw;
}

.footer div img {
  margin-top: 0.084vw;
  height: 0.9vw;
}

.weather iframe {
  width: 98.44vw;
  height: 42vw;
}