.layout-file-text-no-wrap exhibit-item-col {
	display: block;
}

.layout-file-text-no-wrap .exhibit-items > * {
    max-width: 100%;
    margin-bottom: 1em;
}

.layout-file-text-no-wrap .exhibit-items > *:last-child {
    margin-bottom: 0;
}

.layout-file-text-no-wrap .exhibit-items .download-file {
    clear: both;
    border-bottom: 0;
    overflow: visible;
}

.layout-file-text-no-wrap .exhibit-item-col.left {
    float: left;
    margin-right: 2%;
    margin-left: 0;
    margin-top: 20px;
}

.layout-file-text-no-wrap .exhibit-item-col.right {
    float: right;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 20px;
}

.layout-file-text-no-wrap .exhibit-items img {
    max-width: 100%;
    margin-bottom: 1em;
}

.layout-file-text-no-wrap .exhibit-item-caption {
    text-align: center;
}

.layout-file-text-no-wrap .exhibit-item-title {
    clear: both;
    font-weight:bold;
}

.layout-file-text-no-wrap .exhibit-item-date {
    font-style:italic;
    clear: both;
}

.layout-file-text-no-wrap .exhibit-item-description {
    clear: both;
}

.layout-file-text-no-wrap .no-wrap-text {
	overflow: hidden;
    margin-top: 20px;
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .layout-file-text-no-wrap .exhibit-item-col.left {
        clear:both !important; 
        display:block !important;      
        width:100% !important;
        padding: 0px !important;
    }
    .layout-file-text-no-wrap .exhibit-item-col.right {
        clear:both !important; 
        display:block !important;      
        width:100% !important;
        padding: 0px !important;
    }
    .layout-file-text-no-wrap .no-wrap-text {
	   clear: both;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 10px;
    }
    
}

@media only screen and (max-width: 767px) {
    .layout-file-text-no-wrap .exhibit-item-col.left {
        clear:both !important; 
        display:block !important;      
        width:100% !important;
        padding: 0px !important;
    }
    .layout-file-text-no-wrap .exhibit-item-col.right {
        clear:both !important; 
        display:block !important;      
        width:100% !important;
        padding: 0px !important;
    }
    .layout-file-text-no-wrap .no-wrap-text {
	   clear: both;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .layout-file-text-no-wrap .exhibit-item-col.left {
        clear:both !important; 
        display:block !important;      
        width:100% !important;
        padding: 0px !important;
    }
    .layout-file-text-no-wrap .exhibit-item-col.right {
        clear:both !important; 
        display:block !important;      
        width:100% !important;
        padding: 0px !important;
    }
    .layout-file-text-no-wrap .no-wrap-text {
	   clear: both;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .layout-file-text-no-wrap .exhibit-item-col.left {
        clear:both !important; 
        display:block !important;      
        width:100% !important;
        padding: 0px !important;
    }
    .layout-file-text-no-wrap .exhibit-item-col.right {
        clear:both !important; 
        display:block !important;      
        width:100% !important;
        padding: 0px !important;
    }
    .layout-file-text-no-wrap .no-wrap-text {
	   clear: both;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 10px;
    }
}