/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-Jul-2020, 19:57:45
    Author     : jrfer
*/

#container {
    overflow: hidden;
}
#container iframe {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    
}

body{
    background-color:black;
}