/* CSS Document */
/*.maskiner .td {
  display: table-cell;
  padding-bottom: 30%;
  width: 50%;
}*/
.maskiner .td {
  padding-bottom: 23%;
  width: 50%;
}
.maskiner .td {
 /* background: rgba(102, 156, 120, 0.6);*/ /*green*/
  /*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 > a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.inner p {
  font-size: 33px;
  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;
}
/*==========  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) {
main {
  background-size: cover;
  height: 100%;
}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
.maskiner .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) {
        
    }