@media only screen and (max-width: 600px) {
	.thaiartisan .artistPage .container{
		display: flex;
		flex-direction: column;
	}

	.thaiartisan .artistPage .container .filterContainer{
		width: 100%;
	}

	.thaiartisan .artistPage .container .content{
		width: 100%;
		padding: 10px 0;
	}

	.thaiartisan .artistPage .artistCard{
		width: 100% !important;
	}

	.thaiartisan .artWorkPage .artistCard{
		width: 100% !important;
	}

	.thaiartisan .artistContainer .title{
		width: 100%;
	}

	.thaiartisan .artistContainer .box .title{
		padding: 0 20px;
	}

	.thaiartisan .artistContainer .content{
		width: 100%;
		padding: 20px;
	}

	.thaiartisan .artistContainer .content img{
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.thaiartisan .artistContainer .box .content{
		padding: 20px;
	}

	.thaiartisan .artistContainer .box .workImage{
		width: calc(100% / 2 - 5px);
	}

	.thaiartisan .artistContainer .box .workImageContainer{
		padding: 0 20px;
	}
}