/* Admin & Public style */

/* set a default css good for any device */
.bdotcom_bc_mbe_banner {
	background-color: transparent;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 0px;
	margin: 0px;
	max-height: 350px;
	overflow: hidden;
}

.bdotcom_bc_mbe_banner > * {
	box-sizing: border-box;
}

.bdotcom_bc_banner_link {
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0;
    padding: 0px;	
}

.bdotcom_bc_banner_link:hover {
	text-decoration: none;
}

.bdotcom_bc_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	outline: 0px;
}

#bdotcom_bc_main_settings .bdotcom_bc_mbe_banner .bdotcom_bc_copy_wrapper p {
	margin: 0;
	padding: 0;
}

.bdotcom_bc_copy_wrapper {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 16px;
}

.bdotcom_bc_copy_wrapper {
	padding: 10px;
	background-color: #000;
	background-color: rgba( 0, 0, 0, 0.7);
	color: #FFF;
}

img.bdotcom_bc_logo {
	width: 100%;
	max-width: 160px;
	margin: 10px auto 0;
}

 .bdotcom_bc_mbe_button {
	background: #0071c2;
	color: #FFFFFF;
	padding: 5px 32px;
	height: 48px;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	width: 100%;
	text-decoration: none;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	border-radius: 0px none;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}      

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.bdotcom_bc_copy_wrapper {
		min-height: 80px;
	}
}

@media only screen and ( min-width: 481px)  {
	img.bdotcom_bc_logo {
		max-width: 250px;
	}

	.bdotcom_bc_copy_wrapper {
		width: 100%;
		left: 0px;
		top: 0px;
	}

	.bdotcom_bc_mbe_banner .bdotcom_bc_copy_wrapper {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001432+0,001d47+100&0.85+0,0+100 */
		background: rgba(0, 0, 0, 0) -moz-linear-gradient(top, rgba(0, 20, 50, 0.85) 0%, rgba(0, 29, 71, 0) 100%);
		/* FF3.6-15 */
		background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 20, 50, 0.85) 0%, rgba(0, 29, 71, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 20, 50, 0.85) 0%, rgba(0, 29, 71, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9001432', endColorstr='#00001d47', GradientType=0);
		/* IE6-9 */
		height: 50%;
	}

	.bdotcom_bc_mbe_banner:hover .bdotcom_bc_copy_wrapper {
		height: 100%;
		transition: height 2s ease-out 0s;
	}

	.bdotcom_bc_mbe_button {
		width: auto;
		max-width: 70%;	
		border-radius: 2px;
		top: 110px;
		right: 0px;
		left: 0px;
		margin: 0 auto;
		font-size: 20px;
	}
}