/*
  ##Device = Desktops HiDPI screen
  ##Screen = 1440px to higher resolution desktops
*/
@media (min-width: 1440px) {
    .agileits_w3layouts_logo.logo2 img {
        width: 25%;
    }

    #ig-feed .custom-text table {
        font-size: 30px;
    }
}

/*
  ##Device = Desktops
  ##Screen = 1281px to 1439px
*/
@media (min-width: 1281px) and (max-width: 1439px) {
    .agileits_w3layouts_logo.logo2 img {
        width: 25%;
    }

    #ig-feed .custom-text table {
        font-size: 28px;
    }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
    .agileits_w3layouts_logo.logo2 img {
        width: 30%;
    }

    #ig-feed .custom-text table {
        font-size: 24px;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .agileits_w3layouts_logo.logo2 img {
        width: 40%;
    }

    #ig-feed .custom-text table {
        font-size: 20px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .agileits_w3layouts_logo.logo2 img {
        width: 30%;
    }

    #ig-feed .custom-text table {
        font-size: 24px;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    .agileits_w3layouts_logo.logo2 img {
        width: 60%;
    }

    #ig-feed .custom-text table {
        font-size: 20px;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .agileits_w3layouts_logo.logo2 img {
        width: 90%;
    }

    #ig-feed .custom-text table {
        font-size: 16px;
    }
}
