/*
 * Copyright (c) 2021. OrangePix  All rights reserved.
 * DISCLAIMER
 * Do not edit, modify or copy this file.
 * If you wish to customize it, contact us at info@orangepix.it
 *
 * @author    Carlos Batista <carlos.batista@orangepix.it> , Samuele Cisaro <samuele.cisaro@orangepix.it>
 *  @copyright OrangePix Srl
 * @license   Do not edit, modify or copy this file
 */

#opxhomepageblocks_container .caption {
  position: absolute;
  font-size: 1em;
  text-shadow: none;
  top: 0;
  margin: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;
  align-content: center;
}

.opxhomepageblocks, .opxhomepageblocks picture, .opxhomepageblocks picture img{
  aspect-ratio: 16/10;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  overflow: hidden;
}

h2.opxhomepageblocks_title.text-uppercase {
  font-size: 1rem;
}

@media screen and (min-width: 760px){
  h2.opxhomepageblocks_title.text-uppercase {
    font-size: xx-large;
    }
}
