@media (min-width: 992px) {
   .container {
      width: 992px;
   }   
}
@media (min-width: 992px) {
	#keyword {
		width: 165px;
	}
}
@media (min-width: 992px) {
	div.latest-image {
		max-height: 80px;
		overflow: hidden;
	}	
}
@media (min-width: 768px) {
	div.less-padding-right {
		padding-right: 10px;
	}
	div.less-padding-left {
		padding-left: 8px;
	}
}

@media (max-width: 374px) {
	div.mobile-top-rectangle, div.mobile-unit2 {
		height: auto;
		min-height: 250px;
		margin: 20px 0;
	}
	div.mobile-middle-rectangle, div.mobile-bottom-rectangle {
		height: auto;
		min-height: 250px;
		margin: 20px 0;
	}
}
@media (min-width: 375px) and (max-width: 767px) {
	div.mobile-top-rectangle, div.mobile-unit2 {
		height: auto;
		min-height: 250px;
		margin: 20px 0;
	}
	div.mobile-middle-rectangle, div.mobile-bottom-rectangle {
		height: auto;
		min-height: 250px;
		margin: 20px 0;
	}
}
