.fund-visualizer-box-border {
	display: block;
	background-image: url(/static/img/advisor/funds/fv_bg_550.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom right;
	background-color: #177bc0;
	border: 1px solid #ccc;
	padding: 10px 15px;
	min-height: 240px;
}

.fund-visualizer-box-border .fixed-height-xs {
	height: 50px;
}

.fund-visualizer-box-border .btn-success {
	color: #fff;
	background-color: #82D139;
	border-color: #82D139;
	margin-top: calc(-32vw + 143px);
	font-weight: 600;
}

.img-box-overflow {
	background-size: 100%;
	border: 1px solid #ccc;
	max-height: 350px;
	overflow: hidden;
}

.img-box-overflow-wide {
	background-size: 100%;
	border: 1px solid #ccc;
	max-height: 390px;
	overflow: hidden;
}

@media ( min-width: 576px ) {
	.fund-visualizer-box-border .btn-success {
		margin-top: -30px;
	}		
}

@media ( min-width: 768px ) {
	.fund-visualizer-box-border {
		min-height: 0;
		background-image: url(/static/img/advisor/funds/fv_bg_750.png);
	}
	.fund-visualizer-box-border .btn-success {
		margin-top: 0;
	}
	.fund-visualizer-box-border .fixed-height-xs {
		height: auto;
	}
	.img-box-overflow {
		height: 348px;
	}
	.img-box-overflow-wide {
		height: 210px;
	}
}

@media ( min-width: 992px ) {
	.fund-visualizer-box-border {
		min-height: 240px;
		background-image: url(/static/img/advisor/funds/fv_bg_550.png);
	}
	.fund-visualizer-box-border .btn-success {
		margin-top: -2px;
	}
	.fund-visualizer-box-border .fixed-height-xs {
		height: 50px;
	}
	.img-box-overflow {
		height: 300px;
	}
	.img-box-overflow-wide {
		height: 290px;
	}
}

@media ( min-width: 1200px ) {
	.fund-visualizer-box-border .btn-success {
		margin-top: 27px;
	}
	.img-box-overflow {
		height: 240px;
	}
	.img-box-overflow-wide {
		height: 270px;
	}
}

