.vimeo-modal-content {
	padding: 17px 15px 17px 16px;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.fade {
    opacity: 0;
    transition: opacity 0.3s linear 0s;
}
.vimeo-launcher {
	width: 290px;
	/*border: 1px solid #c3c5c8;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top:7px;
	clear: both;
}
.vimeo-launcher:hover {
	box-shadow: 0 0 8px rgba(0, 82, 155, 1);
}
.vimeo-launcher a:hover {
	text-decoration: none;
}
.vimeo-content {
	display: block;
	color: #00529b;
}
.vimeo-thumb {
	display: table-cell;
	background-size: contain;
	background-repeat: no-repeat;
	width: 290px;
	height: 164px;
	vertical-align: middle;
	text-align: center;
}
.vimeo-thumb img {
	width: 78px;
}
.vimeo-title {
	display: block;
	padding: 10px 10px 8px 13px;
	font-weight: bold;
	/*font-size: 16px;*/
	line-height: 1.3em;
}
.vimeo-description {
	display: block;
	padding: 0px 12px 0px 13px;
	font-size: 15px;
	line-height: 1.4em;
}
.vimeo-content .vimeo-description a:hover {
	text-decoration: none;
}
.vimeo-footer {
	display: block;
	float: right;
	padding: 4px 14px 8px 13px;
	font-size: 15px;
}
.vimeo-footer img {
	margin-bottom: 2px;
	margin-right: 8px;
}
@media (min-width: 768px) {
	.modal-dialog {
		/*width: 732px;*/
		width: 80%;
		margin-top: 150px;
	}
}
@media (max-width: 767px) {
	.modal-dialog {
		width: 100%;
		margin: 76px auto;
	}
}