/**
 * Add any custom CSS for the Cylindo Curator here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

#cylindo-viewer-container {
   float: left;
   width: 70% !important;
   height: 15%;
   margin-right:0;
   margin-top: 50px;
   display: none;
}

@media screen and (max-width: 800px) {
#cylindo-viewer-container {
    float: left;
    width: 100% !important;
    height: 15%;
    margin-right: 0;
    margin-top: 50px;
    display: none;
}
}