



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina 
@media only screen and (min-width : 320px) and (max-width : 767px) {
*/
@media only screen and (min-width: 30px) and (max-width: 767px),(min-aspect-ratio: 19/10) and (max-width: 1024px) {


  .img-beyin{
    max-width: 55px;
  }

  .img-serbest{
    max-width: 93px;
  }


}



/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) and (max-aspect-ratio: 19/10),(min-width: 1024px){


  .img-beyin{
    max-width: 125px;
  }

  .img-serbest{
    max-width: 200px;
  }


}


.nasilBlok{
  padding: 5px;
}