@charset "utf-8";

.thumbList.custom1 {}
.thumbList.custom1 > li > .txt { text-align:left; }
.thumbList.custom1 > li > .img { display:flex; justify-content:flex-start; align-items:flex-start; overflow:unset; max-width:unset; max-height:unset; }
.thumbList.custom1 > li > .img > img { flex-basis:auto; width:60%; flex-shrink:1; flex-grow:0; }
.thumbList.custom1 > li > .img > span { flex-basis:auto; display:inline-block; padding-left:20px; font-size:14px; text-align:left; }  

@media only screen and (max-width:768px){
	.thumbList.custom1 > li { flex:1 0 100%; }
	.thumbList.custom1 > li:nth-child(odd) { margin-right:0; }
	.thumbList.custom1 > li:nth-child(even) { margin-left:0; }
	.thumbList.custom1 > li > .img > span { font-size:16px; }  
}