﻿@media (max-width: 650px) {
    div h2 {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 14px;
    }

    body {
        font-size:14px!important;
    }

    .ftpforfree, .ftpforpaid {
        float:none!important;
        display:inline-block;
        width:100%!important;
    }

    .ContentCenter {
        text-align: center;
    }

    .YoutubeVideoThmb {width:100%!important;}
}

@media (min-width: 650px) and (max-width: 800px) {

    .features-tab h2 {
        font-size: 19px!important;
        margin-right: 15px!important;
        width: unset!important;
    }



}


@media (max-width: 800px) {
    .hide-if-less800px {
        display:none;
    }

    .container .featuresMainArea {
        width: 100%;
        float: left;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

