    body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}

.container {
  position: relative;
  text-align: center;
  color: black;
}

.bg {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.bg:hover{
    font-size: 0;
}

.bg:hover:after{
    content: attr(data-hover);
    font-size: 24px;
}

.hg {
  position: absolute;
  top: 8px;
  left: 16px;
}

.hg:hover{
    font-size: 0;
}

.hg:hover:after{
    content: attr(data-hover);
    font-size: 24px;
}
    
.hd {
  position: absolute;
  top: 8px;
  right: 16px;
}

.hd:hover{
    font-size: 0;
}

.hd:hover:after{
    content: attr(data-hover);
    font-size: 24px;
}

.bd {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.bd:hover{
    font-size: 0;
}

.bd:hover:after{
    content: attr(data-hover);
    font-size: 24px;
}

.c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c:hover{
    font-size: 0;
}

.c:hover:after{
    content: attr(data-hover);
    font-size: 24px;
}