@media only screen and (max-width: 1180px) {
  img.imagem-alinhamento-esquerda-bo{
    float: none !important;
    margin-right: 0px !important;
    max-width: 100%;
    height: auto;
  }
  img.imagem-alinhamento-direita-bo{
    float: none !important;
    margin-left: 0px !important;
    max-width: 100%;
    height: auto;
  }
  img.imagem-alinhamento-center-bo{
    text-align: center;
    max-width: 100%;
    height: auto;
  }
}

.imagem-alinhamento-center-bo{
  text-align: center;
  width: 100%;
  display: block;
}

.imagem-alinhamento-center-bo img{
  float: none !important;
  margin-bottom: 20px !important;
}

.imagem-alinhamento-esquerda-bo{
  float: left;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}

.imagem-alinhamento-direita-bo{
  float: right;
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
