.thegallery .grgallery .item{
	width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.thegallery .grgallery .item img{
	width: 100%;
}
@media all and (max-width: 767px){
	.thegallery .grgallery .item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}