/*!
 * about-us css
 */


#operate {
    background:  #1f0000 url('/img/mainpage/product/docks.png') no-repeat center;
    background-size: cover;
}

#operate .fin-group{
    text-align: left;
}

#trader .trader-img{
    width: 80%;

}


#multi-asset{
   /* margin-top: -11rem;*/
    background: url('/img/mainpage/product/zone-map.gif') no-repeat center;
    background-size: cover;
}

/*#multi-asset .asset{
    color: #a97c50;
    background-color: #3d0101;
    z-index: 20;
    margin-top:13rem;
    text-align: left;
}*/
/* #solutions .pic{
     height: 20rem;
     im
 }*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    #operate .fin-group{
        /*width:140%;*/
        /* margin-left: -10rem;*/
        text-align: left;
    }
    #trader .trader-img{
        width: 90%;

    }
    #make-profits .does-ebc{
        width: 100%;
    }
/*    #make-profits .profits{
        width:67%;
        margin-left: -17rem;
        text-align: right;
    }*/

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    #trader .trader-img{
        width: 80%;

    }
    #make-profits .does-ebc{
        width: 60%;
    }
}

/*
@media screen and (min-width:1900px) and (max-width: 2000px) {
    #multi-asset .asset{
        width:56%;
        margin-left: -14rem;
        text-align: right;
    }
    #operate .fin-group{
        width:114%;
        margin-left: -14rem;
        text-align: right;
    }
    #make-profits .profits{
        width:156%;
        margin-left: -14rem;
        text-align: right;
    }

}*/
