

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    #main ul.resp-tabs-list {
        display: none;
    }

    #main h2.resp-accordion {
        display: block;
    }

    #main .resp-vtabs .resp-tab-content {
    }

    #main .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    #main .resp-accordion-closed {
        display:none !important;
    }
    #main .resp-vtabs .resp-tab-content:last-child {
    }
}
