div.full_details_container {
  display: flex;
  justify-content: center;
}

div.full_details {
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  max-width: 60vw;
}

@media screen and (max-width: 895px) {
  div.full_details {
    max-width: 100vw;
    padding: 0 30px;
  }
}

div.full_details input.back {
  background-color: #008fcb;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px 10px;
  transition: background-color 0.25s;
  color: white;
  margin-top: 20px;
}

div.full_details div#tel_property {
  font-weight: bold;
  margin: 10px 0;
}

div.full_details img.status_type {
  position: absolute;
  z-index: 101;
}

@media screen and (max-width: 420px) {
  div.full_details img.status_type {
    transform: translate(-30px, 0)
  }
}

div.full_details div#full_address {
  color: #008fcb;
  text-transform: uppercase;
  margin-bottom: 10px;
}

div.full_details div.full_details_address_price:not(#full_address) {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

div.full_details div#full_details_2 {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
  margin-top: 20px;
}

div.full_details ul.assets {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-gap: 10px;
  align-items: center;
}

@media (max-width: 840px) {
  div.full_details ul.assets {
    display: grid;
    grid-auto-flow: initial;
    justify-items: start;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 780px) {
  div.full_details ul.assets {
    grid-template-columns: repeat(2, 1fr);
  }
}

div.full_details ul.assets img:first-of-type {
  margin-right: 5px;
}

div.full_details ul.assets a:first-of-type {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
}

div.full_details ul.assets a {
  color: #008fcb;
}

div.full_details li.kf_header {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

div.full_details div.full_details_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}

div.full_details input.keywords {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 5px;
}

.galleria-container {
  height: 531px !important;
  border: none !important;
  background-color: whitesmoke !important;
}

@media screen and (max-width: 420px) {
  .galleria-container {
    height: 60vh !important;
  }
}

@media screen and (max-width: 895px) {
  .galleria-container {
    transform: translate(-30px, 0);
  }
}

.galleria-image-nav-left,
.galleria-image-nav-right {
  opacity: 1 !important;
  background: transparent none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s;
}

.galleria-image-nav-left {
  left: 10px !important;
}

.galleria-image-nav-right {
  right: 10px !important;
}

.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
  transform: scale(1.15);
}

.galleria-image-nav-left::after,
.galleria-image-nav-right::after {
  color: white;
  font-size: 70px;
  font-weight: bold;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.35);
}

.galleria-image-nav-left::after {
  content: "<";
}

.galleria-image-nav-right::after {
  content: ">";
}

.galleria-info-link {
  display: none !important;
}

.galleria-stage {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.galleria-image > img {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 531px !important;
}

.galleria-image > img[src$="v"] {
  object-fit: cover !important;
}

.galleria-image > img[src$="h"] {
  object-fit: contain !important;
}

.galleria-thumbnails-container {
  display: none !important;
}
