

/* Start:/local/templates/re_europegym/components/bitrix/news.list/video_new/style.css?1777908881717*/
.video_4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
}
.video_4 > div{
	width: 21%;
  margin-bottom: 40px;
}
.thumb-wrap{
	position: relative;
  padding-bottom: 210%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.thumb-wrap iframe .VideoPlayerEmbed__button{
	display: none !important;
}
@media (max-width: 1130px) {
	.video_4 > div{
		width: 45%;
	}
	.video_4{
		gap: 40px;
	}
}
@media (max-width: 540px) {
	.video_4 > div{
		width: 100%;
	}
}
/* End */
/* /local/templates/re_europegym/components/bitrix/news.list/video_new/style.css?1777908881717 */
