.ipmp_carusel_sticker {
	float: left;
	width: auto;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1em;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #FF8B62;
	direction: ltr;
}
.about_more_items_container {
	background-color: #fff;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.about_page_items_container {
	float: right;
	width: 100%;
	padding-top: 50px;
	min-height:500px;
}
.about_item {
	width: 21.25%;
	margin-right: 5%;
	float: left;
	display: inline-block;
	margin-bottom: 100px;
	text-decoration: none !important;
	position: relative;
}
.about_item:nth-of-type(4n) {
	margin-right: 0;
}
.about_item_name {
	padding-top: 25px;
	overflow: hidden;
	visibility: visible;
	height: 50px;
}
.about_item_arrow {
	float: right;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(100% - 40px);
	right: 10px;
	z-index: 100 !important
}
.about_more_items_container {
	float: right;
	width: 100%;
	padding-top: 100px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.about_page_items_container {
	float: right;
	width: 100%;
	padding-top: 50px;
	min-height:500px;
}
.about_item {
	width: 21.25%;
	margin-right: 5%;
	float: left;
	display: inline-block;
	margin-bottom: 50px;
	text-decoration: none !important;
	position: relative;
}
.about_item:nth-of-type(4n) {
	margin-right: 0;
}
.about_item_name {
	padding-top: 10px;
	overflow: hidden;
	visibility: visible;
	height: 50px;
}
.about_item_arrow {
	float: right;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(100% - 40px);
	right: 10px;
	z-index: 100 !important
}
.about_more_items_container {
	float: right;
	width: 100%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.about_page_items_container {
	float: right;
	width: 100%;
	padding-top: 50px;
	min-height:500px;
}
.about_item {
	width: 30%;
	margin-right: 5%;
	float: left;
	display: inline-block;
	margin-bottom: 50px;
	text-decoration: none !important;
	position: relative;
}
.about_item:nth-of-type(3n) {
	margin-right: 0;
}
.about_item_name {
	padding-top: 10px;
	overflow: hidden;
	visibility: visible;
	height: 50px;
}
.about_item_arrow {
	float: right;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(100% - 40px);
	right: 10px;
	z-index: 100 !important
}
.about_more_items_container {
	float: right;
	width: 100%;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.about_page_items_container {
	float: right;
	width: 100%;
	padding-top: 30px;
}
.about_item {
	width: 100%;
	margin-right: 0;
	float: left;
	display: inline-block;
	margin-bottom: 40px;
	text-decoration: none !important;
	position: relative;
}
.about_item_name {
	padding-top: 10px;
}
.about_item_arrow {
	float: right;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(100% - 40px);
	right: 10px;
	z-index: 100 !important
}
.about_more_items_container {
	float: right;
	width: 100%;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.about_page_items_container {
	float: right;
	width: 100%;
	padding-top: 30px;
}
.about_item {
	width: 100%;
	margin-right: 0;
	float: left;
	display: inline-block;
	margin-bottom: 40px;
	text-decoration: none !important;
	position: relative;
}
.about_item_name {
	padding-top: 10px;
}
.about_item_arrow {
	float: right;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(100% - 40px);
	right: 10px;
	z-index: 100 !important
}
.about_more_items_container {
	float: right;
	width: 100%;
}
}
