
@media screen and (max-width: 1080px) {

	.artBcon table{
		width: auto!important;
		height: auto!important;  
		max-width: 100%!important;  
		max-height: 100%!important;  
	}
 .artBcon img{
    width: auto !important;  
    height: auto !important;  
    max-width: 100% !important;  
    max-height: 100% !important;  
  }
}