@media screen and (max-width: 429px) {
    .bcl_widget-container {
    	height: 1600px;
    }
    #fcc-plan-wrapper-mobile .owl-stage-outer {
		min-height: 2280px;
    }
}
@media screen and (min-width: 430px) and (max-width: 800px) {
    .bcl_widget-container {
    	height: 1500px;
    }
    #fcc-plan-wrapper-mobile .owl-stage-outer {
	min-height: 2200px;
    }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
    .bcl_widget-container {
    	height: 1400px;
    }
    #fcc-plan-wrapper-mobile .owl-stage-outer {
	min-height: 2100px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
    .bcl_widget-container {
    	height: 1500px;
    }
    #fcc-plan-wrapper-mobile .owl-stage-outer {
	min-height: 2160px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .bcl_widget-container {
    	height: 1420px;
    }
    #fcc-plan-wrapper-mobile .owl-stage-outer {
	min-height: 2100px;
    }    
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
    .bcl_widget-container {
    	height: 1500px;
    }
    #fcc-plan-wrapper-mobile .owl-stage-outer {
	min-height: 2100px;
    }    
}
@media screen and (min-width: 1281px) and (max-width: 1340px) {
    .bcl_widget-container {
    	height: 1420px;
    }
    #fcc-plan-wrapper-mobile .owl-stage-outer {
	min-height: 2100px;
    }    
}
@media screen and (min-width: 1341px) {
    .bcl_widget-container {
    	height: 1340px;
    }
    #fcc-plan-wrapper-mobile .owl-stage-outer {
	min-height: 2100px;
    }    
}

#fcc-plan-wrapper-desktop-2 #plan-body {
	 height: 500px;
}
