/* // X-Small devices (portrait phones, less than 576px) */
@media (min-width: 320px) and (max-width: 349px) { 

 }
 @media (min-width: 350px) and (max-width: 399px) { 
    .upwork_logo {
        height: 100px;
        width: 124px;
    }
 }
 @media (min-width: 400px) and (max-width: 575px) { 
    .upwork_logo {
        height: 100px;
        width: 140px;
    }
 }

/* // No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {  }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {  }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {  }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }
