@media (max-width: 600px) {
    .globalImage{
      margin: 10px auto;
        height: 200px;
        width: 360px;
    }

}


@media screen and (min-width: 1366px) {

    .globalImage{
        margin: 10px 22%;
        height: 400px;
        width: auto;
      }

}