img {
  width: 100%;
  max-width: 1245px;
  height: auto;
}

h2.lap-image-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid var(--font-gray);
}

h2.lap-image-heading#our-place {
  border-bottom: 2px solid var(--font-red);
}

h2.lap-image-heading>span {
  display:inline;
  position: relative;
  padding-right: 5px;
  bottom: -8px;
  background-color: white;
}

.lap-image-caption {
  margin-bottom: 20px;
}

.lap-tag {
  width: 96px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  color: white;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
}

.lap-tag-row {
  display: table-row;
}

.lap-tag-cell {
  display: table-cell;
}

.lap-later {
  background-color: #e06795;
  border-color: #e06795;
}

.lap-get-started {
  background-color: #45c33c;
  border-color: #45c33c;
}

.lap-get-started {
  background-color: #45c33c;
  border-color: #45c33c;
}

.lap-collab {
  background-color: #009fdd;
  border-color: #009fdd;
}

.lap-edi {
  background-color: #f79f47;
  border-color: #f79f47;
}

#obj-in {
    display: inline-block;
    visibility: show;
  }

#tag-tip {
  position: absolute;
  z-index: 999;
  background-color: #f0f0f0;
  border: 1px solid black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
}

#tag-tip p {
  margin: 0;
}
