#cover-spin {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
  border-color: black;
  border-radius: 50%;
  border-style: solid;
  border-top-color: transparent;
  border-width: 4px;
  content: '';
  display: block;
  height: 40px;
  left: 48%;
  position: absolute;
  top: 40%;
  width: 40px;
}

.gal-hide {
  display: none !important;
}

.gal-show {
  display: block !important;
}

@media (min-width: 992px) {
  .news-listing .row .col-md-6.col-lg-4:nth-child(2n+1) {
    margin-top: 30px;
  }
}

.ns-gallery-slider-view--carousel .slick-dots {
  bottom: auto;
  margin-top: 20px;
  position: relative;
}

.ns-gallery-slider-view {
  position: relative;
}

.loaderImage {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
}

/* ns-gallery-zoom */
.ns-gallery-zoom+.pagination-block {
  margin-top: 20px;
}

/* Google View */
.ns-gallery-google-view .pagination-block--left .ns-pagination {
  justify-content: flex-start;
}

/* Load More */
.pagination-block .ns-gallery-btn {
  background-color: #000000;
  color: #ffffff;
  border: 0;
  padding: 12px 15px;
  transition: all 0.3s ease 0s;
}

.pagination-block .ns-gallery-btn:hover {
  background-color: #343a40;
  color: #ffffff;
}

.nsGallery .ns-gallery-item.play-btn::before {
  display: none;
}

.nsGallery .ns-gallery-item.ns-gallery-item--with-poster.play-btn::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMTAuNzUyIiB2aWV3Qm94PSItMjUuNiAtMjUuNiA1NjMuMiA1NjMuMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU2IDBDMTE0LjYwOCAwIDAgMTE0LjYwOCAwIDI1NnMxMTQuNjA4IDI1NiAyNTYgMjU2IDI1Ni0xMTQuNjA4IDI1Ni0yNTZTMzk3LjM5MiAwIDI1NiAwem0wIDQ5NkMxMjMuNjY0IDQ5NiAxNiAzODguMzM2IDE2IDI1NlMxMjMuNjY0IDE2IDI1NiAxNnMyNDAgMTA3LjY2NCAyNDAgMjQwLTEwNy42NjQgMjQwLTI0MCAyNDB6Ii8+PHBhdGggZD0iTTE4OS43NzYgMTQxLjMyOHYyMjkuNjY0TDM4OC42NzIgMjU2LjE2eiIvPjwvc3ZnPg==');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  cursor: pointer;
  display: block;
  height: 56px;
  width: 56px;
  transition: all 0.3s ease 0s;
}

.GI_TW_expander.opened .GI_TW_expander-inner .GI_TW_fullimg,
.GI_TW_expander.opened .GI_TW_expander-inner .GI_TW_fullimg img {
  height: 100% !important;
}

/* Flex View */
.ns-gallery-masonry-view:not(.ns-gallery-masonry-view--width) .nsGallery .grid-item .ns-gallery-item {
  width: 100%;
}

.ns-gallery-masonry-view:not(.ns-gallery-masonry-view--width) .nsGallery .grid-item .ns-gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ns-gallery-masonry-view.ns-gallery-masonry-view--width .nsGallery .grid {
  display: flex;
  flex-wrap: wrap;
}