/**************************************/
/* Default styles for news extension */
/**************************************/
/**
 * Various shades of gray (no pun intended)
 */
/**
 * Switch used in the footer
 */
.grid {
  margin: 0 !important;
}
.grid .grid-item {
  height: auto;
  padding: 0;
}
.grid .grid-item:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  z-index: 1;
}
.grid .grid-item img {
  height: auto;
  width: 100%;
}
.grid .grid-item .qccp-id {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #005096;
  /*border-top-left-radius: 70%;
      height: 60px;
      width: 50px;*/
}
.grid .grid-item .qccp-id span {
  padding-right: 5px;
  padding-left: 10px;
  font-size: 12px;
  color: #fff;
}
.loader-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-wrapper .loader {
  background-position: center;
  height: 40px;
  width: 40px;
  background-size: cover;
  margin: 2rem 0;
}
