/* анонсы с потокусом */
.als-expressform-open{
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
.show_explessform{
	opacity: 1;
}
.potokus_als{
	position: relative;
	padding-top: 1em;
	background: white;
	width: auto;
}
.potokus_als .player{
	width: 100%; 
}