.row [class*='col-'] {
	transition: all 0.5s ease-in-out;
}

.msi-custom-block .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
}

.msi-custom-block .card-body {
	flex: 1 1 auto;
	padding: 1rem;
}

/* .custom-block {
	border:1px solid red;
	padding: 10px;
	margin: 10px;
} */

.msi-custom-block .lgbt-hub .card {
	border-width: 2px;
}

.msi-custom-block .lgbt-hub .card:hover {
	color: #fff;
	background-color: #eee;
	border-color: #31859B;
	border-width: 2px;
}

.msi-custom-block .lgbt-hub .card-text {
	color: #000;
}

.msi-custom-block .lgbt-hub-video .embed-responsive-item {
	width: 100%;
	height: auto;
	min-height: 280px;
}

/* .lgbt-hub .card .card-body {
	padding-left:0!important;
} */

.msi-custom-block .embed-responsive-item {
	border: 0;
}
