﻿header .header_container {width:73%;}

#socialbar {border-right:1px solid rgba(255, 255, 255, 0.3);}
.lingua {float:left;}

#image_header {height:900px;width:auto;}
#image_header .headWrapper {width:100%;left:0;margin:150px 0 0 50px;}
#image_header .headWrapper .titleHead h1 {margin:150px 0 0 0;}
#image_header .headWrapper .txtHead {width:60%;}
#image_header .bg_image {position:absolute;top:0;width:100%;left0%;}
#image_header .bg_image img {height:100%;width:100%;object-fit:cover;}
#image_header .headWrapper > .scroll {bottom:250px;}

article.main .wrapper {width:95%;}


.cms_showreel_wrapper .container .box_showreel .title_showreel {left:330px;top:420px;}
.cms_showreel_wrapper .container .box_showreel .items .item {width:100%;}
.cms_showreel_wrapper .container .box_showreel .items .item .texts {left:330px;top:400px;}
.cms_showreel_wrapper .container .box_showreel .sfoglia {left:330px;margin-left:-40px;}
.cms_showreel_wrapper .container .box_showreel .sfoglia {top:450px;}
.cms_showreel_wrapper .container .box_showreel .bg_overlay1 {width:330px;}
.cms_showreel_wrapper .container .box_showreel .bg_overlay2 {left:330px;}

.cms_showreel_wrapper_page .container .box_showreel .items .item .texts {}
.cms_showreel_wrapper_page .container .box_showreel .items .item .texts .title {width: auto; margin: 0 50px;}
.cms_showreel_wrapper_page .container .box_showreel .items .item .texts .text {width: auto; margin: 0 50px;}


#pageHome .presenta {width:930px; height:300px;}
#pageHome .presenta {overflow:hidden;}
#pageHome .presenta .texts {width:460px;padding:30px;}
#pageHome .presenta .texts h2 {margin:0;line-height:90%;}
#pageHome .presenta .texts .txt {display:none;}
#pageHome .presenta .texts .txt_small {display:block;margin-top:20px;}
#pageHome .presenta .texts .diPiu {position: static;}







article.main #info {padding:20px 0;}

#widgetPubblicazioni {padding:20px 0;}
#widgetPubblicazioni .items .item .title {padding:10px 0;}
 
footer .cms_footer_aux1 {bottom:20px;padding-left:30px;}
footer .cms_footer_aux1 .container .copyright {font-size:80%;}
footer .cms_footer_aux1 .container .admin {font-size:80%;}




/* aggiunto */
#image_header {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column-reverse; 
}

#image_header .headWrapper {
    margin: 50px;
    position: static;
    width: auto;
}

#image_header .headWrapper .titleHead h1 {
    margin: 0;
    
}

#image_header .headWrapper .txtHead {
    width: 50%;
}

#image_header .headWrapper .scroll {
    position: static;
    margin-top:150px;
}

#image_header .cms_showreel_wrapper_page {
    height : 100vh;
    position: absolute;
}
 
.cms_showreel_wrapper_page .container .box_showreel .items .item .image {
    height : 100vh;
}