/*
Theme Name: Enfold Appix
Description: Appix Theme based on Enfold
Version: 1.0.0
Author: Appix AG
Author URI: https://www.appix.ch/
Template: enfold
*/

.av-catalogue-title-container {
    font-size: 1em;
}

.eyecatcher-home {
    background: transparent;
    position: absolute;
    top: 13vw;
    z-index: 1;
    width: 30em;
    right: 0;
}

.eyecatcher-home:hover .image-overlay {
  display: none !important;
}

@media only screen and (min-width: 1420px) {
  .eyecatcher-home {
	  top: 20vw;
  }
}

@media only screen and (max-width: 1111px) {
  .eyecatcher-home {
    position: static;
    margin: -29vw 0;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1111px) {
  .eyecatcher-home {
    margin: -23vw auto -19vw;
    width: 70%;
  }
}