.bigGallery .adCopy {
  display: none;
}
.bigGallery .oneSlide .hideIt {
  display: none;
}
.bigGallery .oneSlide .adBlock img {
  display: block;
  opacity: 1;
  width: auto;
  max-width: 100%;
}
.bigGallery .oneSlide .centered {
  margin: 0 auto;
  display: table;
  position: relative;
}
.bigGallery .oneSlide .label {
  padding: 0 0 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.bigGallery .oneSlide .closeAD {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../images/x_dark.svg") no-repeat center center;
}
.bigGallery.noAD .adBlock {
  display: none;
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.galleryArticle .imgthumbs img{
    width:100%
    }

@media only screen and (max-width: 989px){
.galleryArticle .table.texts>.cell:last-child {
    padding: 10px 0 0;
}
}


