            /* fra */
            
            /* Container holding the image and the text */
.container_fra {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  top: 75%;
  left: 4%;

}

/* Top left text */
.top-left {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translate(-50%, -50%);
  width: 25%; height: 120px;
   /*background-color: #ccc; */
}
.bottom-left-2 {
  position: absolute;
  bottom: 8px;
  top: 65%;
  left: 4%;
 

}

/* Top right text */
.top-right {
  position: absolute;
  top: 50%;
  left: 68%;
  transform: translate(-50%, -50%);
  width: 25%; height: 120px;
   /*background-color: #ccc; */
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link-white{
    color: #fff !important;
}    
   @media (max-width:960px) {
       
.bottom-left {
    top:85%;
}
.bottom-left-2 {
    top:68%;
}
   }