/*Custom design setting for the Sustainability Reports page*/




/*1020*/

@media only screen and (min-width : 600px) {



		/*Custom background*/

		#stage {

		    background: #fff url("https://www.mt.com/dam/mettler_toledo/about_us/sustainability/sustainability-7.jpg") no-repeat !important;
		 
		    background-position: right 120px !important;

		}


		.myTextBox img {
				float: right;
				margin: 0rem 0rem 5rem 1rem;
				position: relative;
				top: 12rem;
				right: 8rem;
				/*border: 1px solid #f0f0f0;*/
				padding: 0;
				box-shadow: 1px 2px 3px 1px rgba(140, 140, 140, 0.2);
				border-bottom: 1px solid #e1e1e1;
				width: auto;

		}



}


@media only screen and (min-width : 599px) and (max-width: 1020px) {

		.text img, .textimage img {
			
			position: relative;
			right: 3rem;

		}

}

@media only screen and (max-width : 1020px) {

		.text img, .textimage img {
			padding: 0;
		    margin: 0 10px;
		    border: 1px solid #f8f8f8;
		    width: 30%;
		    float: right;
		    
		}

}