
.home-box
{
    margin: auto;
    width: 100%;
   /*  outline-style: dotted;
    outline-color: lightgrey;
    outline-width: 2px; */
}


iframe {
    display: block;
    border: none;
    width: 100%;
    height: 266px;
   /*  outline-style: dotted;
    outline-color: lightgrey;
    outline-width: 2px; */
}


    #wrap { width: 100%; align-content: center; height: 175px; padding: 0; overflow: hidden; }
    #frame { width: 100%; height: 266px; align-content: center; overflow: hidden;}
    #frame {
        
    
        -ms-zoom: 0.92;
        -moz-transform: scale(0.92);
        -moz-transform-origin: 0.5 0.5;
        -o-transform: scale(0.92);
        -o-transform-origin: 0 0.5;
        -webkit-transform: scale(0.92);
        -webkit-transform-origin: 0.5 0.5;
    }

