.div-body-backgroud-pic {
    background-image: url("../img/concrete-wall-background.jpg");
    background-color: #cccccc;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (min-width: 768px) {
  .h-md-100 { height: 100vh; }
}
.btn-round { border-radius: 30px; }
.bg-indigo { background:brown }
.bg-cyan {background: cyan;}
.text-cyan { color: #35bdff; }


.imgCaroucelPedro {
  width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: scale-down;
  object-position:center;
}

