/*
Theme Name: Excellira Media E
Description: Child theme for Excellira Media
Version: 1.0
Author: Excellira
Author URI: http://www.excellira.com
Template: enfold
*/



/* ********** GENERAL ********** */


/* ********** HOME ********** */
#fullWidthHomeA .container {
  width: 100% !important;
  max-width: none !important;
}


/* ********** MP CSS ********** */
.mpIframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.mpIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mpIframe div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.matterport-showcase { position: relative; padding-bottom: 56.25%;
height: 0; overflow: hidden; }
.matterport-showcase iframe { position: absolute; top: 0; left: 0;
width: 100%; height: 100%; }

