/*
 * UnderConstructionPage
 * Common frontend CSS
 * (c) WebFactory Ltd, 2015 - 2023
 */


.content img {
  max-width: 100%;
  height: auto;
}

#linkback {
  font-size: small;
  text-align: center;
  opacity: 0.55;
  margin: 10px;
}

@media(max-width:767px){
  #social a i {
    margin: 5px;
  }
}
