/* Add here all your CSS customizations */

.video-container {
  position: relative;
  padding-bottom: 56%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsiveCal {
 position: relative; 
 padding-bottom: 35%; 
 height: 0; 
 overflow: hidden;
} 
.responsiveCal iframe {
 position: absolute; 
 top:0; 
 left: 0; 
 width: 100%; 
 height: 100%;
}
/* Responsive */
@media (max-width: 479px) {
	.responsiveCal {
 position: relative; 
 padding-bottom: 100%; 
 height: 0; 
 overflow: hidden;
} 
}

/***************** GOVOTO.COM START ****************/
.altumcode-informational-image {
 border-radius: 50% !important;
}

p.altumcode-informational-description {
	color: #ffffff!important;
	line-height: 18px;
	margin: 0 20px 0 0;
	font-size: 11px !important;
	font-style:normal !important;
}
.altumcode-informational-header {
    display: flex !important;
    flex-direction: row !important;
    /*justify-content: space-between !important;*/
	justify-content: initial !important;
    align-items: initial !important;
	/*align-items: center !important;*/
}
.altumcode-site {
	color: #ffffff !important;
}
/***************** GOVOTO.COM END ****************/