/*
Theme Name: Unisco Child
Theme URI: https://snapthemes.io/unisco/
Author: SnapThemes, gautamanizer
Author URI: https://snapthemes.io/
Description: A theme for schools, colleges, universities or other educational institutions.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unisco-child
Tags: two-columns, right-sidebar, flexible-header, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, threaded-comments, translation-ready, blog, education
Template: unisco
*/

#logo-img-ctp {
    position: fixed;
    top: 20px;
    left: 20px;
    height: 80px;
    width: auto;
    z-index: 100;
}

@media screen and (max-width: 600px) {
    #logo-img-ctp {
       display: none;
    }
  }