@media only screen and (max-width: 600px) {





	/*SECTION 1*/


	#section1 .content-wrapper {
		width: 100%;
	    display: block;
	}

	#section1 #mast-left {
	    width: auto;
	    display: block;
	    padding: 30px 20px 100px;
	    z-index: 3;
	}

	#section1 #mast-right {
	    width: 100%;
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-image: url('../images/shine-girl-mobile.png');
	    z-index: -1;
	}


























}