#feiyu .col-sm-6 *{
max-width:100%;
}
#feiyu .col-sm-6{
width:50%;
float:left;
}
#feiyu img{
max-width:100%;
}
#feiyu .row {
width:100%;
overflow:hidden;
padding-top: 20px;
position:relative;
}
#feiyu .row.no-padding-top{
padding-top:0;
}
#feiyu .row.bottom-space {
padding-bottom:15px;
}
#feiyu .container-fluid{
width:100%;
}
#feiyu h1{
font-weight: 600;
font-size: 40px;
}
#feiyu h2{
font-weight: 400;
font-size: 30px;
color: #b29478;
}
#feiyu .container {
/*max-width:800px;*/
margin-right: auto;
margin-left: auto;
height:auto;
overflow:hidden;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
max-width: 100%;
}
#feiyu .container:before, #feiyu .row:before, #feiyu .container:after, #feiyu .row:after, #feiyu .container-fluid:after, #feiyu .container-fluid:before{
content: " ";
display:table;
}
#feiyu .img-responsive {
display: block;
max-width: 100%;
height: auto;
margin:0 auto;
}
body{
margin:0;