@media only screen and (max-width: 768px) {
    body{
        
    }
    #trialBar .upgrade{
        display: none;
    }
    .ob-step-desc .integration-table-header .resources .integration-box{
        width: 70% !important;
    }
    .ob-body-title-left{
        float:none;
    }
    .ob-body-title-right{
        float: none !important;
        margin-top: 25px;
        text-align: left;
    }
    .ob-body-title-left h3{
        font-size: 15px;
    }
    .ob-step-num{
        border: none;
    }
    .orsfilters{
        display:none !important;
    }
    .right-side,.uninstalled .install-side{
        float: none !important;
        width: 100%;
        display: table;
        height: auto;
        background: transparent;
        border: none;
    }
    .uninstalled .install-side .p-sidebar{
        max-width: 150px;
    }
    .right-side .st-line:first-child{
        background:transparent;
    }
    .app-install__arrow-wrapper{
        display:none;
    }
    .app-install__thumbnails{
        max-width: 100% !important;
        width:100% !important;
        /* display:table; */
        justify-content: space-evenly;
        opacity: 0;
    }
}