.nbPhotoGallery {}
.nbPhotoGallery__link {display: block; margin-bottom: 30px; position: relative;color: #dcd8bb; padding-top: 56%; overflow: hidden;}
.nbPhotoGallery__link:hover,
.nbPhotoGallery__link:focus {color: #fff;}
.nbPhotoGallery__img {display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; bottom: 0; right: 0; left: 0; transition: .5s;}
.nbPhotoGallery__link:hover .nbPhotoGallery__img  {transform: scale(1.05);}
.nbPhotoGallery__name {font-size: 1.3vw; font-weight: 500; position: absolute; bottom: 1vw; left: 1vw; right: 1vw; z-index: 2; }
.nbPhotoGallery__link._nasImg::after { background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%); bottom: 0; content: ""; display: block;  height: 7.8125vw; left: 0; opacity: .6; position: absolute; width: 100%; z-index: 1}

/*phones*/
@media (max-width: 767px) {
	.nbPhotoGallery__row {margin: 0 -7px !important;}
	.nbPhotoGallery__col {padding: 0 7px !important;}
	.nbPhotoGallery__link {margin-bottom: 14px;}
	.nbPhotoGallery__name {font-size: 1rem; bottom: 0.5rem; left: 0.5rem; right: 0.5rem;}
	.nbPhotoGallery__link._nasImg::after {height: auto; top: 0;}
}