/* Variables */
/* Basic stuff */
.dids {
 /* width: 1500px;
 margin: 20px 0;*/
  padding: 20px 0 0 20px;
  background: white;
  
}
.dids .image{
  margin: 0 20px 20px 0;
  float: left;
  border-left:solid 1px #dfdfdf;
  padding-left:5px !important;
  /** Interesting part starts here */
  font-size: 0;
  text-align: center;
  width: 480px;
  height: 320px;
}
.img4000{
  width:540px !important;
  height: auto !important;
}
.img4800{
  width:600px !important;
  height: auto !important;
  /*margin-left: -30px !important;*/
}
.cnt4000{
  margin:auto !important;
}
.cnt4800{
  margin:auto !important;
}
.dids .image img {
  display: inline-block;
  vertical-align: middle !important;
  max-height: 100% !important;
  max-width: 100% !important;
  float:none;
  border-top:solid 1px #dfdfdf;
  padding-top:3px;
  
}
.dids .image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}


@media only screen and (min-width:1600px) and (max-width:1920px){

.img4000{width:600px !important; height:auto !important;}

.img4200{width:600px !important; height:auto !important;}

}