body.started {
	display: block;
}
#clenska_sekce_login_form .info_result {
	display: none;
}
button {
	float: none;
}

@keyframes fade-in-up {
	0% { opacity: 0; }
	100% { transform: translateY(0); opacity: 1; }
}

.el_block_content iframe,
.cont_photo_video iframe {
	max-width: 100%;
	max-height: 100%;
}
.parent_block.parent_block_stuck {
	z-index: 3;
}
.el_block_content.stuck iframe {
	max-height: 145px;
}
.el_block_content.stuck,
.cont_photo_video.stuck {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 260px;
	height: 145px;
	transform: translateY(100%);
	animation: fade-in-up .25s ease forwards;
}
