.container-infos {
  position: absolute;
  z-index: 20;
  top: 14.7%;
  bottom: 0;
  left: 0;
  right: 0;
  /* transform:translateY(14.7%); */
}

.container-infos .box-info {
  display: none;
  position: absolute;
  width: 100%;
}

/* --------------- 
MEDIA QUERIES
---------------  */

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}
