
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.press_sesction {
    float: left;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 50px;
	padding-bottom: 120px;
	background-color:#fff;
}
.press_title_container {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
.press_items {
	float: right;
	width: 100%;
}
.press_item_container_small {
	float: left;
	width: 50%;
	min-height: 300px;
	max-height: 300px;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
}
.press_item_container_small:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_container_big {
	float: left;
	width: 100%;
	min-height: 450px;
	max-height: 450px;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
}
.press_item_container_big:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_inside {
	float: left;
	width: 100%;
	position:relative;
}
.press_item_content_left {
	float: left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_left {
	float: right;
	width: 50%;
	height:300px;
}
.press_item_content_right {
	float: left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_right {
	float: right;
	width: 50%;
	height:300px;
}
.press_item_img_big_right {
	float: right;
	width: 50%;
	height: 450px;
}
.press_item_img_small_right {
	float: right;
	width: 50%;
	height: 300px;
}
.press_item_inside .title {
	float: right;
	text-align: right !important;
	margin-bottom: 10px;
}
.press_item_inside .text {
	float: right;
	width: 100%!important;
	text-align: right!important;
	font-size: 22px!important;
	font-weight: 600;
	line-height:1.2em;
	margin-bottom:20px;
}
.press_item_inside .text_small {
	float: right;
	width: 100% !important;
	text-align: right !important;
	margin-bottom:20px;
}
.press_item_inside .btn {
	float: right;
	width: auto;
	font-size: 24px;
	font-weight: 300;
	color: #115129 !important;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	direction: rtl;
	border: 1px solid #ccc;
	padding: 4px 10px 3px 10px;
	border-radius:2px;
}
.press_item_inside:hover .btn {
	color: #fff !important;
	border: 1px solid #115129;
	background-color:#115129;
}
.press_item_inside .arrow_right {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_right.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_left {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_left.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_big {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	right: 30px;
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_big.png');
	background-repeat: no-repeat;
	background-size:contain;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.press_sesction {
    float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color:#fff;
}
.press_title_container {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.press_items {
	float: right;
	width: 100%;
}
.press_item_container_small {
	float: left;
	width: 50%;
	min-height: 300px;
	max-height: 300px;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
}
.press_item_container_small:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_container_big {
	float: left;
	width: 100%;
	min-height: 450px;
	max-height: 450px;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
}
.press_item_container_big:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_inside {
	float: left;
	width: 100%;
	position:relative;
}
.press_item_content_left {
	float: left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_left {
	float: right;
	width: 50%;
	height:300px;
}
.press_item_content_right {
	float: left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_right {
	float: right;
	width: 50%;
	height:300px;
}
.press_item_img_big_right {
	float: right;
	width: 50%;
	height: 450px;
}
.press_item_img_small_right {
	float: right;
	width: 50%;
	height: 300px;
}
.press_item_inside .title {
	float: right;
	text-align: right !important;
	margin-bottom: 10px;
}
.press_item_inside .text {
	float: right;
	width: 100%!important;
	text-align: right!important;
	font-size: 22px!important;
	font-weight: 600;
	line-height:1.2em;
	margin-bottom:20px;
}
.press_item_inside .text_small {
	float: right;
	width: 100% !important;
	text-align: right !important;
	margin-bottom:20px;
}
.press_item_inside .btn {
	float: right;
	width: auto;
	font-size: 24px;
	font-weight: 300;
	color: #115129 !important;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	direction: rtl;
	border: 1px solid #ccc;
	padding: 4px 10px 3px 10px;
	border-radius:2px;
}
.press_item_inside:hover .btn {
	color: #fff !important;
	border: 1px solid #115129;
	background-color:#115129;
}
.press_item_inside .arrow_right {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_right.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_left {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_left.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_big {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	right: 30px;
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_big.png');
	background-repeat: no-repeat;
	background-size:contain;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.press_sesction {
    float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.press_title_container {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.press_items {
	float: right;
	width: 100%;
}
.press_item_container_small {
	float: left;
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
	margin-bottom:30px;
}
.press_item_container_small:last-child {
	margin-bottom: 0px;
}
.press_item_container_small:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_container_big {
	float: left;
	width: 100%;
	min-height: 350px;
	max-height: 350px;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
	margin-bottom:30px;
}
.press_item_container_big:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_inside {
	float: left;
	width: 100%;
	position:relative;
}
.press_item_content_left {
	float: left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_left {
	float: right;
	width: 50%;
	height:300px;
}
.press_item_content_right {
	float: left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_right {
	float: right;
	width: 50%;
	height:300px;
}
.press_item_img_big_right {
	float: right;
	width: 50%;
	height: 350px;
}
.press_item_img_small_right {
	float: right;
	width: 50%;
	height: 300px;
}
.press_item_inside .title {
	float: right;
	text-align: right !important;
	margin-bottom: 10px;
}
.press_item_inside .text {
	float: right;
	width: 100%!important;
	text-align: right!important;
	font-size: 22px!important;
	font-weight: 600;
	line-height:1.2em;
	margin-bottom:20px;
}
.press_item_inside .text_small {
	float: right;
	width: 100% !important;
	text-align: right !important;
	margin-bottom:20px;
}
.press_item_inside .btn {
	float: right;
	width: auto;
	font-size: 21px;
	font-weight: 300;
	color: #115129 !important;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	direction: rtl;
	border: 1px solid #ccc;
	padding: 4px 10px 3px 10px;
	border-radius:2px;
}
.press_item_inside:hover .btn {
	color: #fff !important;
	border: 1px solid #115129;
	background-color:#115129;
}
.press_item_inside .arrow_right {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_right.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_left {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_left.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_big {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	right: 30px;
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_big.png');
	background-repeat: no-repeat;
	background-size:contain;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.press_sesction {
    float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.press_title_container {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.press_items {
	float: right;
	width: 100%;
}
.press_item_container_small {
	float: left;
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
	margin-bottom:30px;
}
.press_item_container_small:last-child {
	margin-bottom: 0px;
}
.press_item_container_small:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_container_big {
	float: left;
	width: 100%;
	min-height: 350px;
	max-height: 350px;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
	margin-bottom:30px;
}
.press_item_container_big:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_inside {
	float: left;
	width: 100%;
	position:relative;
}
.press_item_content_left {
	float: left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_left {
	float: right;
	width: 50%;
	height:300px;
}
.press_item_content_right {
	float: left;
	width: 50%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_right {
	float: right;
	width: 50%;
	height:300px;
}
.press_item_img_big_right {
	float: right;
	width: 50%;
	height: 350px;
}
.press_item_img_small_right {
	float: right;
	width: 50%;
	height: 300px;
}
.press_item_inside .title {
	float: right;
	text-align: right !important;
	margin-bottom: 10px;
}
.press_item_inside .text {
	float: right;
	width: 100%!important;
	text-align: right!important;
	font-size: 22px!important;
	font-weight: 600;
	line-height:1.2em;
	margin-bottom:20px;
}
.press_item_inside .text_small {
	float: right;
	width: 100% !important;
	text-align: right !important;
	margin-bottom:20px;
}
.press_item_inside .btn {
	float: right;
	width: auto;
	font-size: 21px;
	font-weight: 300;
	color: #115129 !important;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	direction: rtl;
	border: 1px solid #ccc;
	padding: 4px 10px 3px 10px;
	border-radius:2px;
}
.press_item_inside:hover .btn {
	color: #fff !important;
	border: 1px solid #115129;
	background-color:#115129;
}
.press_item_inside .arrow_right {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_right.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_left {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_left.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_big {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	right: 30px;
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_big.png');
	background-repeat: no-repeat;
	background-size:contain;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.press_sesction {
    float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 40px;
}
.press_title_container {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.press_items {
	float: right;
	width: 100%;
}
.press_item_container_small {
	float: left;
	width: 100%;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
	margin-bottom:30px;
}
.press_item_container_small:last-child {
	margin-bottom: 0px;
}
.press_item_container_small:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_container_big {
	float: left;
	width: 100%;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
	margin-bottom:30px;
}
.press_item_container_big:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_inside {
	float: left;
	width: 100%;
	position:relative;
}
.press_item_content_left {
	float: left;
	width: 100%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_left {
	float: right;
	width: 100%;
}
.press_item_content_right {
	float: left;
	width: 100%;
	padding: 20px;
	box-sizing:border-box;
}
.press_item_img_right {
	float: right;
	width: 100%;
}
.press_item_img_big_right {
	float: left;
	width: 100%;
	height: 250px;
}
.press_item_img_small_right {
	float: left;
	width: 100%;
	height: 250px;
}
.press_item_inside .title {
	float: right;
	text-align: right !important;
	margin-bottom: 10px;
}
.press_item_inside .text {
	float: right;
	width: 100%!important;
	text-align: right!important;
	font-size: 22px!important;
	font-weight: 600;
	line-height:1.2em;
	margin-bottom:20px;
}
.press_item_inside .text_small {
	float: right;
	width: 100% !important;
	text-align: right !important;
	margin-bottom:20px;
}
.press_item_inside .btn {
	float: right;
	width: auto;
	font-size: 21px;
	font-weight: 300;
	color: #115129 !important;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	direction: rtl;
	border: 1px solid #ccc;
	padding: 4px 10px 3px 10px;
	border-radius:2px;
}
.press_item_inside:hover .btn {
	color: #fff !important;
	border: 1px solid #115129;
	background-color:#115129;
}
.press_item_inside .arrow_right {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_right.png');
	background-repeat: no-repeat;
	background-size:contain;
	display:none;
}
.press_item_inside .arrow_left {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_left.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_big {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	right: 30px;
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_big.png');
	background-repeat: no-repeat;
	background-size:contain;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.press_sesction {
    float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 40px;
}
.press_title_container {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.press_items {
	float: right;
	width: 100%;
}
.press_item_container_small {
	float: left;
	width: 100%;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
	margin-bottom:30px;
}
.press_item_container_small:last-child {
	margin-bottom: 0px;
}
.press_item_container_small:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_container_big {
	float: left;
	width: 100%;
	position:relative;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:#fff;
	color:#221f1f;
	margin-bottom:30px;
}
.press_item_container_big:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	color:#115129 !important;
}
.press_item_inside {
	float: left;
	width: 100%;
	position:relative;
}
.press_item_content_left {
	float: left;
	width: 100%;
	padding:30px;
	box-sizing:border-box;
}
.press_item_img_left {
	float: right;
	width: 100%;
}
.press_item_content_right {
	float: left;
	width: 100%;
	padding: 20px;
	box-sizing:border-box;
}
.press_item_img_right {
	float: right;
	width: 100%;
}
.press_item_img_big_right {
	float: left;
	width: 100%;
	height: 250px;
}
.press_item_img_small_right {
	float: left;
	width: 100%;
	height: 250px;
}
.press_item_inside .title {
	float: right;
	text-align: right !important;
	margin-bottom: 10px;
}
.press_item_inside .text {
	float: right;
	width: 100%!important;
	text-align: right!important;
	font-size: 22px!important;
	font-weight: 600;
	line-height:1.2em;
	margin-bottom:20px;
}
.press_item_inside .text_small {
	float: right;
	width: 100% !important;
	text-align: right !important;
	margin-bottom:20px;
}
.press_item_inside .btn {
	float: right;
	width: auto;
	font-size: 21px;
	font-weight: 300;
	color: #115129 !important;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	direction: rtl;
	border: 1px solid #ccc;
	padding: 4px 10px 3px 10px;
	border-radius:2px;
}
.press_item_inside:hover .btn {
	color: #fff !important;
	border: 1px solid #115129;
	background-color:#115129;
}
.press_item_inside .arrow_right {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_right.png');
	background-repeat: no-repeat;
	background-size:contain;
	display:none;
}
.press_item_inside .arrow_left {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	left: calc(50% - 22.5px);
	right: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_left.png');
	background-repeat: no-repeat;
	background-size:contain;
}
.press_item_inside .arrow_big {
	background-position: center center;
	width: 45px;
	height:45px;
	position: absolute;
	right: 30px;
	top: calc(50% - 22.5px);
	background-image: url('/National_Library/oe_/https://www.arichas.co.il/images/System/press_item_big.png');
	background-repeat: no-repeat;
	background-size:contain;
}
}