﻿.cd-main-content{
    content: 'mobile';
}
@media only screen and (min-width: 992px) {
    .cd-main-content {
        content: 'tablet';
    }
}
@media only screen and (min-width: 1170px) {
    .cd-main-content {
        content: 'desktop';
    }
}

