 @media screen and (min-width:500px) and (max-width:980px)
  {
         body.node-type-generic-page .cord img{ float: left ! important;   height: 305px ! important;  line-height: 1.538em ! important;  margin-left: 20px ! important;  width: 25% ! important; }
         body.node-type-generic-page .cord-1 img{margin-left: 0! important;  width: 36% ! important; }
         body.node-type-generic-page .cord-2 img{height: 300px ! important;  margin-left: 26px ! important;  width: 22% ! important; }
  }
 @media screen and (min-width:500px) and (max-width:700px)
 {
          body.node-type-generic-page .cord img{  height: 200px ! important;  margin-left: 10px ! important; }
          body.node-type-generic-page .cord-2 img{height: 200px ! important;  }
 }
 @media screen and (max-width:500px)
 {
          body.node-type-generic-page .cord img {float: none !important;  height: 232px !important;   margin-left: 0 !important;  width: 58% !important;  margin-bottom: 5%;   margin-top: 5%;   }
         body.node-type-generic-page .cord-1 img {  margin-left: 0 ! important;   max-width: 359px ! important;   width: 70% ! important;  margin-bottom: 5%; }
         body.node-type-generic-page .cord-2 img{ float: none !important;  height: 232px !important;  margin-left: 0 !important;  width: 58% !important; }
 }

