.frontblocks {
  clear: both;
  padding: 0px;
  margin-top: 75px;
  color: #e5ddcc;
}

.frontblocks H1, .frontblocks H2 {
    color: #d7a74b;
    margin-bottom: 10px;
	font-size: 2em;
}



.frontblock-container {
    display: block;
    min-height: 1px;
    padding: 0 40px 15px;
    position: relative;
}

.intro_image { 
    padding-right: 0;
    margin-bottom: 10px;
}

.intro_image img {
    border: 6px solid #323231;
}

.frontblock {
    position:relative;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #ece9dd;
}

.frontblock p {
    margin:0;
    padding: 0;
}

.frontblock i {
    margin-right: 10px;
}

.frontblock .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 16px;
}

.frontblock_one {
  background-color: #CCF;
}


.frontblock_two {
  background-color: #CFC;
}

.frontblock_tri {
  background-color: #FCC;
}

@media screen and (min-width: 768px) {
  .playbutton {
    width: 70px;
    height: 70px;
  }     
  
}


/*  GRID OF THREE */

@media only screen and (min-width: 768px) {
  .cols_3 {
    width: 100%;
  }

  .cols_2 {
    width: 66.1%;
  }

  .cols_1 {
    width: 33.3%;
  }

  .cols_1 {
    width: 50%;
  }
  
 .frontblock-container {
    float: left;
  }
  
  .frontblock-container:first-child {
    margin-left: 0;
  }
  
  .frontblock {
        height: 480px;      
  } 
  
    .frontblock .button {
      font-size: 15px;
    }
}

@media screen and (min-width: 1130px) {
  .frontblock {
        height: 480px;      
  }  

  .frontblocks {
    margin: 75px -15px 0px;
  }
}

@media only screen and (max-width: 480px) {
    
  .frontendblocks {
    width: 100%; /* fix for Firefox */
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .frontblock .button {
      position: relative;
      margin-top: 15px;
  }
      

  .frontblock_one {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-flex-order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .frontblock_two {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-flex-order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}


@media only screen and (max-width: 768px) {  
  .frontblock .button {
      position: relative;
      margin-top: 15px;
  }
}