/* .slider-fit{ */
	/*object-fit: cover;  Do not scale the image */
    /*object-position: center;  Center the image within the element */
/*     width: 100%; /* Do not scale the image */ */
    /*height: 500px;*/
/*     height: auto; */
    
/* } */

.img-thumbnail{
	object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%; /* Do not scale the image */
    height: 180px;
    
}


.thumbnail-cover {
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.carousel-img:not(:last-child) {
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
}

.carousel-img > img {
  height: 100%;
  width: 100%;
}

/* .thumbnail-cover .carousel-img:nth-child {
  width: 100%;
} */

a.service-link {
  display: flex;
  justify-content: center;
}

a > img.service-img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #playstore {
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width: 300px) and (max-width: 991px) {
  #playstore {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .thumbnail-cover {
    height: auto;
  }

  .logo-service {
    margin: 40px 0px;
  }

  a > img.service-img {
    width: 25%;
    margin: 0 auto;
  }
}
