/*
Theme Name:   twentytwenty child theme
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       Nicolò Schenato
Author URL:   Scrivi qui il l'URL  del blog / sito web dell'autore
Template:     twentytwenty
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwenty-child
*/

/* Scrivi qui il tuo foglio di stile personalizzato */

.elementor-18 .elementor-element.elementor-element-113fd9c4:not(.elementor-motion-effects-element-type-background){
  background-size: cover;
}

/*-----------------------IPAD-----------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{





}


/*-----------------------IPAD VERTICALE-----------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)

{

  .elementor-18 .elementor-element.elementor-element-aa4b8e8:not(.elementor-motion-effects-element-type-background){
    background-size: 200% !important;
    position: relative !important;
    background-position: 25% 0% !important;
  }

}
/*-----------------------IPAD ORIZZONTALE-----------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)

{



  .elementor-18 .elementor-element.elementor-element-aa4b8e8:not(.elementor-motion-effects-element-type-background){
    background-size: 150% !important;
    position: relative !important;
    background-position: 30% 0% !important;
  }

}
