﻿/* Small devices (tablets, 768px and up) 
@media only screen and (max-width : 768px) {

    .home {
        .main-picture {
            height: calc(100vh - 50px) !important;
        }
        /* hides the top of the form
        .slider-viewport {
            #content-box {
                .title {
                    font-size: 36px;
                }

                .step-btn {
                    margin-top: 20px;
                }
            }
        }

        #leadbox-mobile {
            font-size: 20px;
        }

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

                .background-person {
                    padding-right: 0;
                }
            }
        }

        .fm-academy {
            .content-fm {
                .wrapper-text {
                }
            }
        }
    }
}
 */

