#block-otto-theme-otto-theme-home-video h2.block-title {
	float: none;
}
#block-otto-theme-otto-theme-home-video iframe {
	width: 100%;
	float: none;
}
#block-otto-theme-otto-theme-home-video a {
	color: #fff;
	text-decoration: none;
}
#block-otto-theme-otto-theme-home-video a:hover {
	text-decoration: underline;
}
#block-otto-theme-otto-theme-home-video .left-content {
	float: left;
	width: 49.5%;
}
#block-otto-theme-otto-theme-home-video .right-content {
	float: right;
	width: 49.5%;
}
#block-otto-theme-otto-theme-home-video h2.block-title, 
#block-otto-theme-otto-theme-home-video .video-title, 
#block-otto-theme-otto-theme-home-video .body {
	float: none;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#block-otto-theme-otto-theme-home-video .right-content,
	#block-otto-theme-otto-theme-home-video .left-content {
		float: none;
		width: 100%;
	}

	#block-otto-theme-otto-theme-home-video .right-content {
		margin-top: 20px;
	}
}