/** Shopify CDN: Minification failed

Line 20:1 Expected "}" to go with "{"

**/
.instafeed-bottom-link-wrapper[data-feed-id="0"] {
    display: none !important;
}
.custom_pure_badge{width: 85px !important; height: auto; padding: 10px; position: absolute; top: 5px; right: 5px; z-index: 1;}

/* Desktop view */
@media only screen and (min-width: 575px)
{
.mobile-hide{display:none !important}
}
/* Mobile view */
@media only screen and (max-width: 575px) and (min-width: 320px) 
{
.desktop-hide{display:none !important;
}