.foto-block.reverse .wrapper {
  flex-direction: row-reverse; }
  .foto-block.reverse .wrapper .text {
    justify-content: flex-end; }
.foto-block .wrapper {
  display: flex;
  justify-content: space-between;
  background-color: transparent; }
  .foto-block .wrapper .text {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .foto-block .wrapper .foto {
    width: 50%;
    position: relative;
    overflow: hidden;
    min-height: 33vw; }
    .foto-block .wrapper .foto .image {
      height: 100%;
      margin-top: 0;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .foto-block .wrapper .foto img {
      height: inherit;
      width: 100%;
      object-fit: cover;
      position: absolute; }

@media (max-width: 575.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 1580px) {
  .foto-block .wrapper .text p {
    margin-bottom: 35px; } }

/*# sourceMappingURL=foto_block.css.map */
