/**
 * Flag Waver
 *
 * Simulate a flag waving in the breeze right in your browser window.
 *
 * /u/krikienoid
 *
 */



.wrapper-page{
    
    
      
}
.page-main{
    height   : 160px;
  overflow : hidden;
}
.js-flag-canvas {
  pddding: 0 !important;
  margin: 0 !important;
 
    width    : 100%;
    height   : 450px;
    overflow : hidden;
    margin-top: -65px !important;




}


 .page-header,.page-controls {
    position : absolute;
    z-index  : 1;

     display: table-cell;
     vertical-align: bottom;
     width: auto;
     
       /*padding: 10px;
    
    width: 100%;
    text-align: right;
    color: #fff;*/
}



/* //// Background Image //// */

/*.bg-sky {
    background-attachment : fixed;
    background-color      : #566C73;
    background-image      : url('../img/maoist-background.jpg');
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
}

@media only screen and (min-width : 480px) {
    .bg-sky {
        background-image : url('../img/maoist-background.jpg');
    }
}

@media only screen and (min-width : 800px) {
    .bg-sky {
        background-image : url('../img/maoist-background.jpg');
    }
}
*/
