/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 .tm-slideshow-background {
   height: 90vh !important;
   margin-top: 0px !important;
 }

 @media screen and (max-width: 900px) {
    .tm-slideshow-background {
       height: 65vh !important;
   }
 }

 @media screen and (max-width: 600px) {
    .tm-slideshow-background {
       height: 50vh !important;
   }
 }
