.top-background {
	background-image: url("../img/history/zastavka.jpg");
	flex-direction: column;
}

.top-background h3,
.top-background p {
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 2vw;
  margin: 0;
}

blockquote {
	width: 69%;
	margin: 0 auto;
}

blockquote p {
    /* padding-top: 16px; */
	font-size: 1em;
	text-align: center;
	margin: 3% 0 2%;
	font-style: italic;
}

.audio-img.muted {
	background: url(/themes/home/assets/img/sound-off.svg) center no-repeat;
	background-size: contain;
}

.audio-img {
	position: fixed;
	top: 5vw;
	right: 5vw;
	z-index: 100;
	width: 30px;
	height: 30px;
	background: url(/themes/home/assets/img/sound-in.svg) center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.history {
    margin-bottom: 16px
}

/* .history p {
    margin-top: 0;
} */

@media screen and (max-width: 800px) {

	.audio-img {
		display: none;
	}

}

