    @media only screen and (min-width: 1400px) {}
    
    @media only screen and (min-width: 992px) and (max-width: 1200px) {}
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .live-link a h3 {
            line-height: 150px;
        }
        .single-demo h4{
        	font-size: 18px
        }
    }
    
    @media only screen and (max-width: 767px) {
        .preview-button a {
            font-size: 14px;
            height: 50px;
            line-height: 50px;
            width: 130px;
        }
        .preview-heading > h3 {
            font-size: 16px;
            padding-top: 30px;
        }
        .preview-button {
            padding-top: 40px;
        }
        .live-link a h3 {
            line-height: 200px;
        }
        .copyright-text {
            font-size: 13px;
            text-align: center;
        }
        .social-link {
            text-align: center;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .live-link a h3 {
            line-height: 280px;
        }
    }
