@charset "UTF-8";
/* CSS Document */

div#iframe1-app-root {
    margin: 0px auto !important;
    text-align: center;
}


iframe.border-0.overflow-hidden {
	background-color: #FFFFFF !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.container-max-xl.page-section.p-4.p-md-5.px-lg-6.px-xl-8 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	max-width: 1440px!important;
}

.container-max-md.page-section.p-4.p-md-5.px-lg-6.px-xl-8 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.cc-iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*padding-top: 75%;*/ /* 4:3 Aspect Ratio */
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}

.cc-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


@media screen and (max-width: 650px) {

	div#iframe1-app-root {
		display: none !important;
	}

}