
#app-logo-container {
  top: 3%;
  right: 4%;
  position: absolute;
}

/**
 * Note that the height of the image is set automatically based in the
 * width, since we are using the "img-fluid" class in the img element.
 */
#app-logo-container img {
  width: 120px;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (min-width: 575.98px) {

  #app-logo-container img {
    width: 120px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 767.98px) {

  #app-logo-container img {
    width: 160px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 991.98px) {

  #app-logo-container img {
    width: 180px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 1199.98px) {

  #app-logo-container img {
    width: 200px;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1399.98px) {

  #app-logo-container img {
    width: 210px;
  }
}
