.full_width_image {
	width: 100%;
	height: auto;
}
.two_third_image {
	width: 67%;
	height: auto;
}
.half_image {
	width: 50%;
	height: auto;
}
.third_image {
	width: 33%;
	height: auto;
}
.quarter_image {
	width: 25%;
	height: auto;
}
.twenty_image {
	width: 20%;
	height: auto;
}
.ten_image {
	width: 10%;
	height: auto;
}

.two_third_image_left {
	width: 67%;
	height: auto;
	float: left;
	padding: 0px;
	padding-right: 10px;
}
.half_image_left {
	width: 50%;
	height: auto;
	float: left;
	padding: 0px;
	padding-right: 10px;
}
.third_image_left {
	width: 33%;
	height: auto;
	float: left;
	padding: 0px;
	padding-right: 10px;
}
.quarter_image_left {
	width: 25%;
	height: auto;
	float: left;
	padding: 0px;
	padding-right: 10px;
}
.twenty_image_left {
	width: 20%;
	height: auto;
	float: left;
	padding: 0px;
	padding-right: 10px;
}
.ten_image_left {
	width: 10%;
	height: auto;
	float: left;
	padding: 0px;
	padding-right: 10px;
}

.two_third_image_right {
	width: 67%;
	height: auto;
	float: right;
	padding: 0px;
	padding-left: 10px;
}
.half_image_right {
	width: 50%;
	height: auto;
	float: right;
	padding: 0px;
	padding-left: 10px;
}
.third_image_right {
	width: 33%;
	height: auto;
	float: right;
	padding: 0px;
	padding-left: 10px;
}
.quarter_image_right {
	width: 25%;
	height: auto;
	float: right;
	padding: 0px;
	padding-left: 10px;
}
.twenty_image_right {
	width: 20%;
	height: auto;
	float: right;
	padding: 0px;
	padding-left: 10px;
}
.ten_image_right {
	width: 10%;
	height: auto;
	float: right;
	padding: 0px;
	padding-left: 10px;
}



img.two_third_image_left  {
	padding-right: 10px !important;
}
img.half_image_left  {
	padding-right: 10px !important;
}
img.third_image_left  {
	padding-right: 10px !important;
}
img.quarter_image_left  {
	padding-right: 10px !important;
}
img.twenty_image_left  {
	padding-right: 10px !important;
}
img.ten_image_left  {
	padding-right: 10px !important;
}

img.two_third_image_right  {
	padding-left: 10px !important;
}
img.half_image_right  {
	padding-left: 10px !important;
}
img.third_image_right  {
	padding-left: 10px !important;
}
img.quarter_image_right  {
	padding-left: 10px !important;
}
img.twenty_image_right  {
	padding-left: 10px !important;
}
img.ten_image_right  {
	padding-left: 10px !important;
}




@media (max-width: 767px) {

	.full_width_image {
		width: 100%;
	}
	.two_third_image {
		width: 67%;
	}
	.half_image {
		width: 50%;
	}
	.third_image {
		width: 33%;
	}
	.quarter_image {
		width: 30%;
	}
	.twenty_image {
		width: 30%;
	}
	.ten_image {
		width: 30%;
	}

	.two_third_image_left {
		width: 67%;
	}
	.half_image_left {
		width: 50%;
	}
	.third_image_left {
		width: 33%;
	}
	.quarter_image_left {
		width: 30%;
	}
	.twenty_image_left {
		width: 30%;
	}
	.ten_image_left {
		width: 30%;
	}

	.two_third_image_right {
		width: 67%;
	}
	.half_image_right {
		width: 50%;
	}
	.third_image_right {
		width: 30%;
	}
	.quarter_image_right {
		width: 30%;
	}
	.twenty_image_right {
		width: 30%;
	}
	.ten_image_right {
		width: 30%;
	}


}