.gls .thumb-box {
  cursor:pointer;
}

.gls_f {
  position:fixed;
  width:100%;
  height:100%;
  z-index:95;
  top:0;
  left:0;
  display:none;
}

.gls_f.active {
  display:block;
  z-index: 9999999;
}

.gls_f .owl-carousel {
  width:100%;
  height:100%;
  margin:0 auto;
  backdrop-filter:blur(5px) brightness(0.5);
  -webkit-backdrop-filter:blur(5px) brightness(0.5);
}

.gls_f .owl-stage-outer img {
  width: auto;
  max-height: 95vh;
  max-width: 95vw;
}

.gls_f .owl-stage-outer,
.gls_f .owl-stage,
.gls_f .owl-item {
  height:100%;
}

.gls_f .owl-item {
  display:flex;
  justify-content:center;
  align-items:center;
}

.gls_f .func {
  position:absolute;
  top:20px;
  right:20px;
  z-index:96;
}

.gls_f .func .exit {
  cursor:pointer;
}

.gls_f .func svg {
  height:30px;
  width:auto;
}

.gls_f .func svg,
.gls_f .func svg path {
  fill:#FFF;
}

.gls_f .func .exit:hover svg path {
  fill:#F1F1F1;
}

.gls_f .count {
  position:absolute;
  top:20px;
  left:20px;
  color:#FFF;
}

.owl-gallery .item{
  height: 200px;
}
.owl-gallery .item img{
  max-height: 100%;
  object-fit: cover;
}
section.gls .container .item .thumb-box{
  max-height: 260px;
}

section.gls .container .item .thumb-box img{
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

