/*
[009]-IMAGE TWO COLUMNS
About: Image block. Two equal width column. Half width.
Author: Nacho Rico - Arrontes y Barrera
*/
.imgtwocols {
  margin: 20px 0 !important; }
  .imgtwocols .col-12 div {
    background-size: cover;
    background-position: center center; }

@media screen and (max-width: 800px) {
  .imgtwocols .col-12 div {
    height: 300px !important; }
  .imgtwocols .col-12:nth-child(1) {
    margin-bottom: 40px !important;
    padding-right: 0 !important; }
  .imgtwocols .col-12:nth-child(2) {
    padding-left: 0 !important; } }
