.embed-replacement
{
	background: #f4f4f4;
	background-image: url(../images/embed-block-screen.svg);
	background-repeat: no-repeat;
	background-position: center 25%;
	background-size: 100px 80px;
	text-align: center;
	font-size: 1.3em;
}

.embed-replacement button
{
	padding: 180px 60px 0px;
}

.embed-replacement .embed-replacement__text
{
	padding: 0px 60px 40px;
}

.embed-replacement .embed-replacement__text a
{
	text-decoration: none;
	font-weight: bold;
	color: #646464;
	word-wrap: break-word;
}

.embed-replacement strong
{
	color: #646464;
}

.embed-replacement__link
{
	text-decoration: underline;
}

.iframe-replacement-spacing
{
	margin-bottom: 10px;
}


@media screen and (max-width: 768px)
{
	.embed-replacement button
	{
		padding: 180px 20px 0px;
	}

	.embed-replacement .embed-replacement__text
	{
		padding: 0px 20px 40px;
	}
}