.img-absolute.width_100 {
	width:100%!important;
	height:100%!important;
}
.field-textarea {
	resize: none;
	min-height: 70px;
}
@media screen and (max-width: 767px){
	#section-callback .img-absolute {
		position: initial;
	}
	#section-callback .two-cols__img {
		min-height: 100%;
		padding-bottom: 0;
	}	
}