.academy-detail-section
  .academy-details-content
  .blog-grid.blog-page.custom-player-detail-contain
  .single-news-content.inner-box {
  width: max-content;
  margin-inline: auto;
  cursor: pointer;
}/*
.academy-detail-section
  .academy-details-content
  .blog-grid.blog-page.custom-player-detail-contain
  .image-box
  img.contain-img {
  object-fit: contain;
} */
.full-screen-div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.451);
    display: flex;
    justify-content: center;
    align-items: center;
  z-index: 999;
}
.btn-close-img-screen {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  background-color: #fff;
  color: #222;
  text-align: center;
  border-radius: 50%;
}
.screen-img-player-detail {
  overflow: auto;
}
.screen-img-player-detail img {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  display: block;
  height: auto;
}


/* for-navigation-arrow-start */
.arrow {
  margin: 10px;
  font-size: 18px;
  padding: 5px 8px;
  border-radius: 0;
  color: #222;
  background-color: #fff;
  transition: 1s ease;
  line-height: 18px;
}
.arrow:is(:hover) {
  color: #fff;
  background: #ff5e14;
}
/* for-navigation-arrow-end */


.academy-detail-section
  .academy-details-content
  .blog-grid.blog-page.custom-player-detail-contain
  #playerGalleryImgs
  .image-box
  img.contain-img {
  /*object-fit: cover;*/
  height: 100%;
  width:100%;
}
.academy-detail-section
  .academy-details-content
  .blog-grid.blog-page.custom-player-detail-contain
  #playerGalleryImgs
  .image-box {
  height: 150px;
  width:150px;
  border-radius:50%;
  
}  
.academy-detail-section
  .academy-details-content
  .blog-grid.blog-page.custom-player-detail-contain
  #playerGalleryImgs
  .image-box img{

     object-fit:unset; 
     object-position: unset;
  }
.outer-image-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: unset;
}

.academy-detail-section .lower-content p{
    text-align: center;
}
