/* CSS Document */
main {
  background-attachment: fixed;
  background-image: url("neoplast-cases-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.cases .td {
	display: table-cell;
	padding-bottom: 20%;
	width: 20%;
}
.cases .td {
	
	/*box-shadow: 0 0 5px 2px rgba(68,68,68,0.6) inset;*/
	display: table-cell;
	float: left;
	position: relative;
}
/*.inner p {
  font-size: 33px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  z-index: 2;
}*/
.red-over {
  background: rgba(190, 24, 84, 0.6) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.red-over.up {
  background: rgba(190, 24, 84, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/*.cases .td .red-over:hover {background: rgba(190, 24, 84, 0);}*/
.cases .td {
	box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.6);
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 1;/*-webkit-box-shadow: inset 2px 2px 61px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 2px 2px 61px 0px rgba(0,0,0,0.6);
	box-shadow: inset 2px 2px 61px 0px rgba(0,0,0,0.6);*/
}
.cases .td:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.title {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
.inner p {
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding-left: 7%;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translate(0px, -50%);
	width: 100%;
}
.cases .title {
  display: none;
}
/*.cases .inner:hover .title {
  display: block;
}*/
.cases .title.Cases.intro {
  display: block;
}

.cases .ccm-block-page-list-description {
  color: #e6e6e6;
  display: none;
  font-family: audimatbold,sans-serif;
  font-size: 24px;
  margin-top: 13px;
  padding-left: 7%;
  text-align: left;
  text-transform: uppercase;
}
.cases .inner:hover .ccm-block-page-list-description {
  display:block;
}


/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1023px) {
.cases .td {
  padding-bottom: 50%;
  width: 50%;
}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
.cases .td {
  padding-bottom: 100%;
  width: 100%;
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }