.google-search {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 25%;
  margin-right: 25%;
  align-items: right;
  background-color: #fff;
  border-radius: 24px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}
#search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
}
.search-icons {
  display: flex;
  gap: auto;
  margin-top: 2px;
  margin-bottom: 1px;
}
#element img {
  background-color: transparent;
}
#element h2 {
  margin-left: 16px;
  font-family: "Courier New", Courier, monospace;
}
.Pics {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-template-rows: repeat(1, 350px);
  justify-items: center;
  align-items: center;
}
.Pics a img {
  width: auto;
  height: 350px;
}
.More {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.More img {
  height: 16px;
  width: auto;
  margin-left: 5px;
  cursor: pointer;
}
.ToBigBike img {
  height: 250px !important;
  width: auto;
}
@media screen and (max-width: 1330px) {
  .Pics {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 350px);
  }
  .Pics a img {
    height: 250px;
    width: auto;
    margin: auto;
  }
  .ToBigBike img {
    height: 190px !important;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .Pics {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(3, 350px);
  }
}
@media screen and (max-width: 475px) {
  .Pics {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(3, 350px);
  }
  .Pics img {
    height: 200px;
    width: auto;
    margin: auto;
  }
  .ToBigBike img {
    height: 150px !important;
    width: auto;
  }
}

@media screen and (max-width: 919px) {
  .google-search {
    margin: 16px 5% 16px 5%;
  }
}

footer {
  position: relative;
}
