﻿/*@media (max-width: 991px) {

    .home {
        .main-picture {
            height: calc(100vh - 230px) !important;
        }

        .stock-container {
            display: none;
        }

        .side-icons {
            display: none;
        }

        #leadbox-mobile {
            display: block;
        }

        .main-picture {
            .over-img {
                .content-img {
                    .content-left-side {
                        .title {
                            font-size: 70px;
                            text-align: center;
                        }

                        .mini-title {
                            margin-top: 60px;
                            text-align: center;
                        }
                    }

                    .start-trading-btn {
                        margin: 60px auto;
                    }
                }
            }
        }

        .wrapper-ifollow {
            .fa.fa-angle-right {
                margin-left: 0;
            }
        }

        .wrapper-app {
            height: 440px;

            .phoneImg {
                float: left;

                img {
                    height: 400px;
                    width: 255px;
                    top: 30px;
                }
            }

            .wrapper-text {
                width: 520px;
                width: 485px;
                margin-top: 30px;
            }
        }
    }
}
    */

