/* CSS Document */
.neoplast .td {
  padding-bottom: 46%;
  width: 50%;
}
.neoplast .td {
  /*background: rgba(86, 135, 167, 0.6);*/ /*neo-blue*/
  /*box-shadow: 0 0 5px 2px rgba(68,68,68,0.6) inset;*/
  display: table-cell;
  float: left;
  position: relative;
}
.td {
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.6);
}
.title{
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.inner p {
  line-height: 1;
  margin: 0;
  padding-left: 10%;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
}
.td:hover {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/pic1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-shadow: 0 0 5px 2px #333333;
  opacity: 1;
}
body {
  height: auto;
}
.over p, .over p a {
  color: #fff;
  font-size: 14px;
}

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

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

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {


    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.neoplast .td {
  display: table-cell;
  padding-bottom: 60%;
  width: 100%;
}

    }

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

    }

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