@CHARSET "UTF-8"; .h50, .h50 .col, .h50 .col .padic {   height:50vh !important; } .h50 .col {   width:50% !important; } .h50 .col .padic {   display:flex;   align-items:center;   flex-wrap:wrap;   align-content:center; } .h100 .col {   width:100% !important; } .h50 .col .padic, .h100 .col .padic {   cursor:pointer; } .h100, .h100 .col, .h100 .col .padic {   min-height:25vh !important; } .h100.h10050, .h100.h10050 .col, .h100.h10050 .col .padic {   min-height:50vh !important; } .h100 .col .padic {   display:flex;   align-items:center;   flex-wrap:wrap;   align-content:center; } #backBlock {   display:block;   position:absolute;   top:-50px;   right:20px;   width:60px !important;   height:50px !important;   z-index:1;   background:rgba( 255, 255, 255, 0.95 ); } #backBlock #back {   width:60px;   height:50px;   background-image:url(/data/webBruno/arrow-left_black.svg) !important;   background-position:center center !important;   background-repeat:no-repeat !important;   background-size:22px !important;   cursor:pointer;   opacity:0.7; } #backBlock #back:hover {   opacity:1; }