/*******************************/
/* Patch pour 360 ios PixMyCar */
/*******************************/

#pixmycarframe-container.fullscreen {
    position:fixed !important;
    top:0px !important;
    left:0px !important;
    border:0px !important;
    z-index:100000 !important;
}

#pixmycarframe-container iframe {
    width:100%;
    width:1px;
    min-width:100%;		
    height: 100%;
}
#pixmycarframe-container.fullscreen iframe {
    height:100%;
    height:1px;
    min-height:100%;
}    

.hidden {
    display:none;
}

body.fullscreen {
    width:100%;
    height:100%;
    overflow:hidden;
    padding:0px;
    margin:0px;
    border:0px;
}

