/*
Theme Name: FSM
Description: Child theme for the Avada
Author: Florian Schmidt
Template: Avada
*/
#oc-teaser-button {
  position: absolute;
}
#oc-teaser-button .off-canvas-content {
  overflow: hidden;
}
.fullwidth-img, .fullwidth-img img {
  width: 100% !important;
}
.hover_box .awb-imageframe-caption-container {
  position: relative;
  z-index: 1;
}
.hover_box .fusion-imageframe, .hover_box .fusion-image-element {
  height: 100%;
  width: 100%;
}
.hover_box .fusion-imageframe img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/*
.hover_box .fusion-column-wrapper {
  position: relative;
}
.hover_box > .fusion-column-wrapper > .fusion-builder-row-inner {
  width: 100% !important;
  margin-left: var(--awb-spacing-left);
  margin-right: var(--awb-spacing-right);
  position: absolute !important;
  top: 0;
  left: 0;
  background: rgba(194, 43, 2, 0.8);
  height: calc(100% + 15px);
  opacity: 0;
  transition: 0.5s all ease;
}
.hover_box:hover .fusion-builder-row-inner {
  opacity: 1;
}

.hover_box .fusion-text, .hover_box .fusion-button-text {
  font-size: 2vw;
}*/
.hover_container {
    height: calc(100% - 10px);
}
.hover_container.center {
    left:33.33%;
}
@media (min-width:768px) and (max-width:1179px) {
    .hover_box_container {
        min-height:600px!important;
    }
}
@media (max-width:767px) {
    .hover_box_container {
        height:100vh!important;
    }
}