/****** Tablet Device ******/
@media screen and (min-width:691px) and (max-width:899px) {
	.h3_butt1{display:none}
	.sub02050000_img img{width:100%}


}


/****** Mobile ******/
@media screen and (max-width:690px){

	.h3_butt1{display:none}
	.sub02050000_img img{width:100%}
}

/****** wide desktop ******/

@media screen and (min-width:1025px) and (max-width:1440px) {

	.sub02050000_img img{max-width:100%}

}