* {
  margin: 10;
  padding: 0;
}
.annons {
    background-color: white;
    display: grid;
    grid-template-columns: 10px 1fr 10px;
    grid-template-rows: 10px 1fr 10px;
  }

.affish {
  display: grid;
  place-items: center;
}
.BROTTi {
    height: clamp(200px, 80vh, 900px);
    border: 1px solid;
    border-color: black;
 
}

@media (max-width: 500px {
   .img {
	width: 100%;
   }
}