#image-satellite-1 {
  background: white url('/img/projects/qi/satellite_1.png') no-repeat center;
  background-size: contain;
  width: 500px;
  height: 220px;
}

#image-satellite-2 {
  background: white url('/img/projects/qi/satellite_2.jpg') no-repeat center;
  background-size: contain;
  width: 500px;
  height: 230px;
}

/* MEDIA QUERIES (START) */
/* ##################################### */

@media (max-width: 767.98px) {
  #image-satellite-1,
  #image-satellite-2 {
    width: 100%;
    height: 250px;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 449.98px) {
  #image-satellite-1,
  #image-satellite-2 {
    max-height: 160px;
    width: 100%;
  }

  #image-satellite-2 {
    max-height: 170px;
  }
}

/* MEDIA QUERIES (END) */
/* ##################################### */
