.gallery-item {
  position: relative;
  z-index: 1;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery-item .content {
  position: absolute;
  top:  -20px;
  left: -50px;
  width: 380px;
  height: 345px;
  background: rgb(0, 0, 0);
  transform: scale(0.8);
  transition: transform 0.5s ease-in-out, opacity 0.7s ease-out;
  opacity: 0;
  z-index: 2;
}

.gallery-item .content iframe {
  width: 100%;
  height: 60%;
  border-radius: 20px 20px 0 0;
}

.gallery-item:hover .content {
  transform: scale(1.25);
  opacity: 1;
  z-index: 3;
}

.owl-stage {
  margin: 115px 0;
}

.owl-stage .owl-item:hover {
  z-index: 9999;
}

.gallery-item img {
  border-radius: 10px;
}

.gallery-item .content:hover {
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ccc;
}

.content .info {
  margin-top:-10px;
  display: block;
  border-radius: 0px 0px 20px 20px;
  padding: 0 10px;
  width: 375px;
  height: 128px;
  background: rgb(0, 0, 0);
}

.content .info ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}

.content .info ul li .store_icon {
  margin: 5px 7px 0px 7px;
  float: left;
  color: #85bc25;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  text-decoration: none;
  cursor: pointer;
}
.content .info ul li .store_icon{
  width: 30px;
  height: 30px;
}
.info .game_descri {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  display: -webkit-box;
  max-width: 100%;
  height: 2.6em;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3; 
  -webkit-line-clamp: 2;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.info .game_name {
  color: #fff;
  font-family: 'oswald';
  font-weight: 800;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .info ul li i {
  font-size: 20px;
  background-color: #85bc25;
  color: #ffffff;
  margin: 5px 7px 0px 7px;
  padding: 7px 8px 3px 8px;
  border-radius: 20px;
}

/* ====================================== */
.owl-theme .owl-dots .owl-dot:hover{
  border: none !important;  
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  border: none;
  font: inherit;
  color: #fff;
  background-color: #85bc25;
  padding: 10px 15px 10px 15px !important;
  border-radius: 50%;
  font-size: 25px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev:hover{
  background-color: #85bc25;
  border: 1px solid #85bc25;
}


button:focus {
  outline: none !important; 
}

.owl-theme .owl-dots .owl-dot.active span {
 background-color: #85bc25 !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff !important;
 }


 /* ============================================================================================================================================== */
 @media only screen and (max-width: 768px) {
  .gallery-item .content {
    width: 250px;
    height: 220px;
  }  
  .content .info {
    width: 249px;
    height: 80px;
  }
  .info .game_descri {
    display: none;
  }
  
}
@media only screen and (max-width: 1440px) {
  .gallery-item .content {
    position: absolute;
    top: -70px;
    left: -50px;
    width: 298px;
    height: 280px;
    background: rgb(0, 0, 0);
    transform: scale(0.8);
    transition: transform 0.5s ease-in-out, opacity 0.7s ease-out;
    opacity: 0;
    z-index: 2;
}
.gallery-item .content iframe {
  width: 100%;
  height: 64%;
  border-radius: 20px 20px 0 0;
}
.content .info {
  margin-top: -30px;
  display: block;
  border-radius: 0px 0px 20px 20px;
  padding: 0 10px;
  width: 296px;
  height: 110px;
  background: rgb(0, 0, 0);
}
.info .game_descri {
  max-width: 100%;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.content .info ul {
  list-style-type: none;
  margin: -8px 0;
  padding: 0;
  overflow: hidden;
}
  
}

