﻿@media screen and (min-width: 768px) and (max-width: 1023px){
	.image{
		width:100%;
	}
}
@media screen and (max-width: 767px){
	.image{
		width:100%;
	}
}