

/* Start:/local/templates/.default/components/amigolab/vk.photogallery.album.last.list/.default/style.css?17242468781018*/
.vk-photogallery-wrapper,
.vk-photogallery-wrapper *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.vk-photogallery-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 25px;
	margin: 10px 0;
}

.vk-photogallery-item a{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	border: 1px solid #706f6f;
	position: relative;
}

.vk-photogallery-item__background{
	opacity: 0;
	background: rgba(0,0,0,0.5);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.5s linear 0s;
}

.vk-photogallery-item a:hover .vk-photogallery-item__background{
	opacity: 1;
}

.vk-photogallery-item__title{
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	opacity: 0.9;
}

/* End */
/* /local/templates/.default/components/amigolab/vk.photogallery.album.last.list/.default/style.css?17242468781018 */
