.etudes_echo_img{
    margin: 5px;

}

.etude_open_link{
    color: blue;
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  /* and (-webkit-min-device-pixel-ratio: 3) */
   { 

    .etudes_echo_img{
        margin:0;
        margin-top: 5px;
        width: 95%;
    }
}


/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  /* and (-webkit-min-device-pixel-ratio: 1)  */
  {


    .etudes_echo_img{
        margin:5px 5px 0px 5px;
        width: 95%;
    }

}