.fdabs {position: absolute;top: 0;left: 0;width: 100%;height: 100vh;object-fit: cover;}
.abs {
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 16px;
}
.abs img {width:100%; max-width: 350px;}

@media(max-width: 575.98px) {
.abs {
  font-size: 16px;
}
}