/*Custom design setting for the Sustainability CEO  page*/





@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;

				    background: #fff;

				}



		#myIntro .myTextWrap {
				width: 75%;
			}


		.myTextBox .myTextWrap {
				width: 95%;
			}



		.myTextBox H3 {
			font-size: 2rem;
			line-height: 120%;
		}


		/*CEO photo*/
		.myTextBox .myTextWrap img {
			float: right;
			margin: 0rem 0rem 1rem 2rem;
			width: 220px;


		}



}




@media only screen and (min-width : 599px) and (max-width: 1020px) {

		.text img, .textimage img {
			
			position: relative;
			right: -2rem;

		}

}



@media only screen and (max-width : 1020px) {

		.text img, .textimage img {
			padding: 0;
		    margin: 0 10px;
		    border: 1px solid #f8f8f8;
		    width: 30%;
		    float: right;
		    
		}

}