.virtual-tour .virtual-tour-item {
  position: relative;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.virtual-tour .virtual-tour-title {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 12px;
  font-size: 3rem;
  background-color: rgba(0, 0, 0, 50%);
  width: 100%;
  text-align: left;
}

/*
.virtual-tour img {
  width: 100%;
  height: auto;
}
*/

.virtual-tour img {
  width: 100%;
//  height: 650px;
  display: block;
  object-fit: cover;
  object-position: 50% top;
}


/*
.virtual-tour .virtual-tour-text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 50%);
}
*/

.virtual-tour .virtual-tour-text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 2vmin;
  width: 80%;
  line-height: 1.25;
  text-align: center;
  background-color: rgba(0, 0, 0, 50%);
  font-size: 2rem;
}

.vt-left, .vt-right, .vt-center, .vt-two-left{
  clear: both;
}

.vt-right-text, .vt-left-text, .vt-left h5{
  width: 220px;
}

.vt-center-text {
  width: 300px;
}
/*@media only screen and (max-width: 768px) {
  .virtual-tour img {
    height: 300px;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .virtual-tour img {
    height: 450px;
  }

  .virtual-tour .virtual-tour-text {
    font-size: 2rem;
  }
}*/

@media only screen and (max-width: 1199px) {
  .vt-left img{
    width: calc(100% - 220px);
  }
}

@media only screen and (min-width: 1200px) {
  .vt-two-right, .vt-two-left {
    width: 550px;
    float: left;
  }

  .vt-two-right {
    margin-left: 20px;
  }

  .vt-two-left {
    margin-right: 20px;
  } 

  .vt-left .vt-left-text, .vt-left h5, .vt-left img{                                                          
    float: left;
  }

  .vt-right .vt-right-text, .vt-right img{
    float: right;
  } 

  .vt-left .vt-left-text, .vt-right .vt-right-text {
    margin-top: 500px;
  }
  .vt-left img {
    width: 900px;
    max-width: 100%;
    margin: 0 10px 10px 0;
    text-align: left;
  }

  .vt-right img {
    width: 900px;
    max-width: 100%;
    margin: 0 0px 10px 10px;
    text-align: right;
  }
}


