.roll-over-back {
  position: absolute;
}
.roll-over-btn {
  position: relative;
  margin: auto;
}
.roll-over-close {
}
.roll-over-container {
  width: 50%;
}


@media only screen and (max-width: 600px) {
  .roll-over-container {
    width: 90%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .roll-over-container {
    width: 75%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1600px) {
  .roll-over-container {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .roll-over-container {
    width: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .roll-over-container {
    width: 50%;
  }
}



.roll-over-details {
  position: absolute;
  text-align: center;
}
.roll-over-frame {
  position: relative;
}
.roll-over-img {
  position: absolute;
}
.roll-over-legend {
  background-color: #F9F9F9;
  opacity: .8;
}
.roll-over-title {
  position: absolute;
  text-align: center;
}
.roll-over-details-title-container {
  margin-top: 10px;
  position: relative;
}
.roll-over-details-table-container{
  position: absolute;
  overflow: scroll;
}
.roll-over-details-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
}

.roll-over-details-table-container::-webkit-scrollbar:vertical {
    width: 11px;
}

.roll-over-details-table-container::-webkit-scrollbar:horizontal {
    height: 11px;
}

.roll-over-details-table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}


.roll-over-details-table{
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.roll-over-details-cell{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}