

.fullscreen
{
  position: relative;
  width: 100%;
  height: 100%;
 
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    box-sizing: border-box;
    
}




