/*
 * 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
 */

#op_imagebanner_container .caption {
  position: relative;
  font-size: 1em;
  text-shadow: none;
  bottom: 120px;
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;
  align-content: center;
}

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

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