
.modal {
  width: 100% !important;
  margin: auto;
}
.circlr-modal {
  cursor: move;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
}

.mobile #sceneList .scenes {
  z-index: 15;
  position: relative;
}

a.goback {
  position: absolute;
  top: 0;
  left: 50px;
  width: 40px;
  height: 40px;
  line-height: 11px;
  display: flex;
  align-items: center;
  background-color: rgb(103 115 131 / 0%);
}

a.goback img {
  width: 20px;
  display: block;
}

#owl-custom-wrapper {
  display: none;
  background-color: #33333340;
  padding: 10px 5px;
}

.circlr-modal {
  width: 50% !important;
  margin: auto;
}

.c-none {
  display: none;
}

.owl-custom .owl-item {
  background-color: #fff;
}

.owl-custom .owl-item .item {
  width: 60%;
  margin: 0 auto;
}
.modal img {
  background-color: #fff;
}

.owl-custom .item img {
  background-color: #fff;
  height: 120px;
  object-fit: contain;
}
.owl-custom {
  position: absolute !important;
  bottom: 0;
}

.noHover{
  pointer-events: none;
}
#myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

.owl-custom .owl-item:hover {
  cursor: pointer;
}

#myImg:hover {opacity: 0.7;}

.modal {
  display: none;
  position: fixed; 
  z-index: 10; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
  align-items: center;
  padding: 0 15px;
}

.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}

#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}

.modal-content, #caption {
animation-name: zoom;
animation-duration: 0.6s;
}

@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}


span.close {
  position: absolute;
  right: -10px;
  top: -13px;
  z-index: 2;
  color: #fff;
  background-color: #000;
  font-size: 25px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
  line-height: 19px;
}
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}

.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media (max-width: 768px){
  .circlr-modal {
    width: 100% !important;
  }
}

