div.pantalla_max{
    position: fixed !important;
    left:0px;top:0px;
    
    width:100%;
    height: 100% !important;
    padding: 0px;
}

div.wrap_fs{
    position: relative;
    
}

div.pantalla_max h1.titol_contingut.titol_blau{
    margin: 0px;
    top: 0px;
}

button.fs{
    background-image: url('images/32/fullscreen.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 32px;
    height: 30px;
    border: none;
    position: absolute;
    right: 10px;
    z-index: 999;
    cursor:pointer;
}