@media all and (max-width:380px){
	.block1_2 img {
		margin-top: -230px !important;
	}
}
@media all and (max-width:320px){
	.block1_2 img {
		margin-top: 0 !important;
		margin-bottom: 15px;
	}
}