
/* CSS Document */
.tileContainer{
	position: relative;
	top: 0;
	left: 0;
	/*height: 620px;*/
	width: 95vw;
	transition: 300ms ease-out;
	-webkit-transition: 300ms ease-out;
    margin-left:5.20vw;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	-webkit-user-select: none;
    display:inline-block;
   
    

}
.tileMainContainer{
	position: relative;
	top: 0;
	left: 0;
	/*height: 620px;*/
	width: 100vw;
	transition: 300ms ease-out;
	-webkit-transition: 300ms ease-out;
    height:100%;
    overflow: hidden;
    

}

.tileRow{
    display: inline-block;
    height: auto;
    /*padding-bottom: 6.7vw;
    white-space: nowrap;*/
}
.filterOver{
}