#pano, #pano_thum, .over-streetview {
  float: left !important;
  height: 100% !important;
  width: 100% !important;
  object-position: center;
  top: 0 !important;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.over-streetview {
  display: flex;
  justify-content: center;
  align-items: center;
}
.over-streetview {
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}
.streetview-item-thumb:hover:after {
  opacity: 0 !important;
  cursor: auto;
}
.streetview-item-thumb .gm-iv-address,
.streetview-item-thumb .gm-fullscreen-control,
.streetview-item-thumb .gm-style-cc,
.streetview-item-thumb .gmnoscreen {
  display: none !important;
}
.over-streetview-btn {
  background-color: white;
  color: #003e79;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  padding: .5rem;
  text-align: center;
  max-width: 45%;
  max-height: 60%;
}
.over-streetview-btn p {
  margin-bottom: 0;
}
.vc-detail #sync2 .item.streetview-item-thumb, .streetview-item-thumb .over-streetview-btn{
  cursor: auto;
}
.streetview-item-thumb .over-streetview-btn {
  padding: .35rem;
}
.streetview-item-thumb .over-streetview-btn p {
  font-size: .9rem;
}
.icon-map {
  width: 54px;
  height: 54px;
  background-size: 100%;
  display: inline-block;
  position: relative;
}
.streetview-item-thumb .icon-map {
  max-width: 100%;
}
.streetview-item-thumb .icon-map svg {
  max-width: 80%;
  max-height: 80%;
}
.icon-cat {
  background-image: url(/sites/default/files/img/misc/map-marker-diglo.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 4px;
  left: 10px;
}
.streetview-item-thumb .icon-cat {
  max-width: 55%;
  max-height: 45%;
  left: 12px;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .over-streetview-btn {
    padding: 2rem;
  }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 992px) {
  .streetview-item-thumb .over-streetview-btn {
    padding: .2rem;
  }
  .streetview-item-thumb .icon-map {
    max-height: 20px;
  }
  .streetview-item-thumb .icon-map svg {
    max-width: 100%;
    max-height: 100%;
  }
  .streetview-item-thumb .icon-cat {
    max-width: 30%;
    left: 16px;
    top: 3px;
  }
  .streetview-item-thumb .over-streetview-btn p {
    font-size: .4rem;
    margin-top: -5px;
  }
}

@media (min-width: 1000px) {
  .streetview-item-thumb .icon-cat {
    left: 18px;
  }
}


/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .streetview-item-thumb .icon-map {
    max-height: 30px;
  }
  .streetview-item-thumb .icon-cat {
    max-width: 45%;
    left: 15px;
    top: 4px;
  }
  .streetview-item-thumb .over-streetview-btn p {
    font-size: .5rem;
  }
}
