@media ( max-width: 991px ) {
	/* MD */
	#main_header .header_main {
		position: relative;
	}
	
	.mphb-room-types > .mphb_room_type {
		width: calc(50% - 30px);
	}
}

@media ( max-width: 575px ) {
	/* XS */
	.mphb-room-types > .mphb_room_type {
		width: 100%;
	}
}