a:focus {
  outline: none;
}

  .gallery-item {
    width: 100%;
  }
  
  .bGallery_title {
    overflow: hidden;
    margin: 15px 0 auto 0;
    text-align: left;
    text-transform: inherit;
    font-size: 1.5rem;
    font-weight: normal;
    color: #222;
    margin-bottom: 0;
    line-height: 115%;
  }
  /* Video Overlay */
  .vOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    transition: all;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plyr_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 35px;
    font-size: 25px;
    color: #fff;
    background: #ff0000;
    line-height: 100%;
    padding-left: 3px;
    border-radius: 3px;
  }
  .plyr_btn svg {
    fill: #fff;
  }
   

  /* LoadMore Button */
  #bGal_moreMore {
    cursor: pointer;
    padding:7px 12px;

    /* width: 200px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    background: red;
    margin: 30px auto;
    padding: 7px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 3px;
    -moz-transition: background-color 0.5s ease-in;
    -webkit-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in; */
  }


  /* New css  */

  .bGallery .gallery-item  {}

  .bGallery .gallery-item .gallery {
    display: flex;
    position: relative;
  }

  .bGallery .gallery-item .gallery .imgArea {
    position: relative;
    padding-top: 100%;
    width: 100%;
    height: 100%;
  }

  .bGallery .gallery-item .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
  } 

  .bGallery .gallery-item .bGallery_title {
    
  }

  .bGallery_button_area {
    margin-top: 20px;
    position: relative; 
  }
  
  #bGal_btn {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }

  .loadingMain {
    display: none;
  }

  .bGallery_button_area #loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
  }


 
