@media screen and (max-width: 995px){
    .default-content div.tradeshow div.description,
    .default-content div.tradeshow div.image {
        width: 100%;
    }
    .default-content div.tradeshow div.description {
        padding-top: 1%;
    }
}
@media screen and (min-width: 996px){
    .default-content div.tradeshow div.description {
        width: 65%;
    }
    .default-content div.tradeshow div.image {
        width: 33%;
    }
    .default-content div.tradeshow {
        padding: 10px 30px;
    }
}


.default-content div.tradeshow div.description,
.default-content div.tradeshow div.image {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

.default-content div.tradeshow.odd div.description {
    padding-right: 1%;
}
.default-content div.tradeshow.even div.description {
    padding-left: 1%;
}

.default-content div.tradeshow div.image {
    margin: 0;
}
.default-content div.tradeshow.odd div.image {
    float: right;
}

.default-content div.tradeshow h2.tradeshows-name {
    margin-bottom: 5px;
    font-size: 16px;
}
.default-content div.tradeshow div.when-where {
    margin-bottom: 15px;
    font-size: 16px;
}