.DWMasonryGallery_mobileSelect
{
	width : 100%!important;
	padding : 10px 6px!important;
	padding-left: 10px!important;
	margin-bottom : 20px!important;
	margin-top: 6px!important;
	font-size : 1.1rem!important;
	-moz-border-radius : 0px;
	-webkit-border-radius : 0px;
	border-radius : 0px;
	color:#fff;
	outline:none;
	border: 0px solid #000;
	background-color:#7C332A;
	transition: .5s;
	text-align: center!important;
}
.DWMasonryGallery_mobileSelect:hover
{
	background-color:#747474;
	color: #fff;
}

.DWMasonryGallery_mobileSelect select
{
    /* does not seem to have any effect */
	padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #777777;
	color: #E1E1E1;
    background-image: none;
    -webkit-appearance: none;
}

.DWMasonryGallery_mobileSelect select:focus
{
	outline: none;
	border: none;
}


/* add bottom spacer to gallery photos */
.DWMasonryGallery_container
{
	margin-bottom: 120px!important;
	z-index: 100;
}
