/*
[008]-IMAGE ONE COLUMN
About: Image block. One column. Full width.
Author: Nacho Rico - Arrontes y Barrera
*/
.imgonecol {
  margin: 20px 0 !important; }
  .imgonecol .col {
    background-size: cover;
    background-position: center center; }

@media screen and (max-width: 800px) {
  .col {
    height: 400px !important; } }
