/*!
 * Hub International - Portal Core Mobile
 */
 
/* Extra small devices (phones, less than 768px) */
@media (max-width:768px){
	.box{
		padding:0;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width:991px){
	.panelBox .panel-content {
		min-height: 490px;
	}
}
	

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width:1199px){
	.panelBox .panel-content {
		min-height: 430px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px){

}