/*------------------------------------------------------------------*/
/*	Start CSS
/*------------------------------------------------------------------*/
html {
    height: 100%;
}
body {
    margin: 0;
    background: #fff;

}
.main-wrapper {
    overflow: hidden;
    height: 100vh;
    line-height: 100vh;
    background: url('images/bg.jpg') center no-repeat, #fff;
    background-size: contain;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-wrapper img{
    width: 650px;
    height: auto;
    max-width: 90%;
}
