.dorm-table tfoot td{background-color:#f6f8fa;}
.dom-box{font-size:0;}
.dom-box .img-box{display:inline-block;width:calc(50% - 1%);padding-bottom: 32.6%;height: 0;margin:0 2% 2% 0;overflow:hidden;}
/*.dom-box .img-box:nth-of-type(even){margin:0 0 2% 0;}*/
.dom-box .img-box:nth-of-type(2){margin-right:0;}
.dom-box .img-box:nth-of-type(3){margin-bottom:0;}
.dom-box .img-box:nth-of-type(4){margin:0 0 0 0;}

@media screen and (max-width: 480px){
	.dom-box .img-box{display:block;width: 100%;height:auto;margin: 0 0 2% 0;padding:0;}
	.dom-box .img-box:nth-of-type(3){margin-bottom:2%;}
	
}