@media only screen and (max-width: 768px) {
	h1#about_us_title {
		margin-top: 80px;
	}

	.bg_dec {
		height: 595px;
	}

	section {
	    padding: 0px 0 70px;
	}

	div.from_editor_div {
		height: 195px;
		margin-bottom: 30px;
	}

	.xs_about {
		margin-top: -15px;
		padding-right: 0px;
	}

	div#left {
		padding-right: 20px;
	}

	div#right {
		padding: 0;
	}

	a#about_us_read_more {
		margin: 20px 0px 0px !important;
	}
}

@media only screen and (min-width: 768px) {
	h1#about_us_title {
		margin-top: 80px;
	}

	.bg_dec {
		height: 595px;
	}

	section {
	    padding: 0px 0 70px;
	}

	div.from_editor_div {
		height: 135px;
		margin-bottom: 30px;
	}

	.xs_about {
		margin-top: 20px;
		padding-right: 0px;
	}

	div#left {
		padding-right: 20px;
	}

	a#about_us_read_more {
		margin: 0 !important;
	}

	div#right {
		padding: 10px;
	}
}

@media only screen and (min-width: 1024px) {
	h1#about_us_title {
		margin-top: 80px;
	}

	.bg_dec {
		height: 500px;
	}

	section {
	    padding: 0px 0 70px;
	}

	div.from_editor_div {
		height: 120px;
		margin-bottom: 30px;
	}

	div#left {
		padding-right: 100px;
	}

	a#about_us_read_more {
		margin: 0 !important;
	}

	div#right {
		padding: 10px;
	}
}

@media only screen and (min-width: 1250px) {
	h1#about_us_title {
		margin-top: 80px;
	}

	.bg_dec {
		height: 500px;
	}

	section {
	    padding: 0px 0 70px;
	}

	div.from_editor_div {
		height: 145px;
		margin-bottom: 10px;
	}

	div#left {
		padding-right: 100px;
	}

	a#about_us_read_more {
		margin: 0 !important;
	}

	div#right {
		padding: 10px;
	}
}

@media only screen and (min-width: 1441px) {
	h1#about_us_title {
		margin-top: 80px;
	}

	.bg_dec {
		height: 595px;
	}

	section {
	    padding: 30px 0 70px;
	}

	div.from_editor_div {
		height: auto;
		margin-bottom: 30px;
	}

	div#left {
		padding-right: 100px;
	}

	a#about_us_read_more {
		margin: 0 !important;
	}

	div#right {
		padding: 10px;
	}
}

/* # */

	div#video_play_button {
		border-radius: 50%;
		padding: 15px;
		position: absolute;
		z-index: 1;
		top: 40%;
		left: -50px;
		cursor: pointer;
	}

	div#video_play_button > .play_button {
		background-color: rgba(220,193,186,1);
		border-radius: 50%;
		padding: 35px;
		transition: 1.2s;
	}

	div#video_play_button span {
		color: #fff;
		display: block;
		width: 15px;
		margin-left: 2px;
		height: 20px;
	}

	div#right {
		position: relative;
		float: right;
	}

	iframe {
		height: 500px;
		width: 800px;
	}

	div.animation_main_div {
		position: absolute;
		top: 37%;
		left: 4px;
	}

	#play_animation {
		background-color: rgba(201,154,143,0.25);
		border-radius: 50%;
		position: absolute;
		z-index: 1;
		cursor: pointer;
		width: 100px;
		height: 100px;
		left: 8px;
	    top: 10px;
   }

   @keyframes wave {
	   0% {
		   transform: scale(1.0);
		   -webkit-transform: scale(1.0);
	   }
	   100% {
		   transform: scale(1.2);
		   -webkit-transform: scale(1.2);
	   }
   }

   #play_animation {
	   animation: wave 1.2s ease-in-out infinite alternate;
	   -webkit-animation: wave 1.2s ease-in-out infinite alternate;
   }
/* # */

/* . */

div.circle {
	left: -190px;
    top: 620px;
}

div.circle_b {
	bottom: 1320px;
	right: -190px;
}

.bg_dec:after {
    display: none;
}

div.from_editor_div {
	overflow: hidden;
	padding: 0;
}



/* . */
