

/* Start:/bitrix/templates/main/components/bitrix/news/photo-gal/bitrix/news.list/.default/style.css?1753253215682*/
.photovideo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.photovideo-list__item {
	width: 31%;
	margin: 1%;
}
.photovideo-list__block {
	width: 100%;
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.photovideo-list__name {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7803921568627451);
  text-align: center;
  padding: .5rem;
  z-index: 1;
}
.photovideo-list__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .2s;
}
.photovideo-list__link:hover {
	background: rgba(0, 0, 0, 0.5);
}
/* End */
/* /bitrix/templates/main/components/bitrix/news/photo-gal/bitrix/news.list/.default/style.css?1753253215682 */
