﻿#CoverflowContainer {
    /*height: calc(100% - 50px);*/
    /*max-height: 300px;*/
    height: calc(100% - 0px);
    /*min-width: 300px;
	max-width: 640px;
	min-height: 170px;*/
    padding: 0px;
    margin: 0px 20px 0px 20px;
    text-align: left;
    text-shadow: 0 0 0;
    color: white;
    /*background-color: red;*/
    overflow: hidden; /* important */
    /*TURNED OFF 2018-06-29*/
    /*display: inline-table;
	width: 700px;*/
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
}

#Coverflow-Container {
    display: block;
    width: 640px;
    height: 300px;
    padding: 0px;
    margin: 0px;
    /*overflow-y: scroll;
	overflow-x: hidden;*/
}
