.mainimage-wrapper img{
    max-height:900px;
    min-height:850px;
    width:auto;
    height:auto;
}
#top-section{
    margin-top:100px !important;
}
@media (max-width: 430px) {
    .mainimage-wrapper img{
        min-height:auto;
    }
    #top-section, .page-content div.sppb-section:first-child{
        margin-top:70px !important;
    }
    #top-section{
        padding:0 !important;
    }
    .sp-page-builder .page-content section{
        padding:50px 0 !important
    }
    .sppb-addon-text-block{
        margin-bottom:30px;
    }
}


@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}