@media only screen and (min-width:200px) and (max-width:767px){
	.banner{
		width: 100%;
		height: 500px;
		position: relative;
		background: url(../images/banner.jpg);
		background-position: left;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.banner_content{
		width: 95%;
		position: absolute;
		left: 50%;
		top: 20%;
		transform: translate(-50%, -50%);
	}
	.lets{
		font-family: "Kaushan Script", cursive;
		font-weight: 400;
		font-style: normal;
		font-size: 35px;
		color: #ff7474;
		text-shadow: 2px 2px 5px #000;
	}
	.image{
		width: 100%;
		height: 400px;
	}
	.side-content{
	    background: #fff;
	    height: 580px;
	    border-radius: 0px 0px 25px 0px;
    	border-bottom: 10px solid #ed3237;
    }
}