.fr-view img.fr-dib {
  width:100% !important;
}
.omni-photos .main-app-container.custom-space-top.custom-space-bottom {
    max-width: 100% !important;
}
/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

.global-template ul {
    color: white;
}
.trade-template .event-image-holder {
    height: 200px;
}

/* Remove Padding From Registration Columns @Tucker (Bizzabo) */
#section-1573119 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1),
#section-1573119 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(2),
#section-1573119 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(3) {
  padding-left: 5px !important;
  padding-right: 5px !important;
  background-color: #85C1EC !important;
}
@media only screen and (min-device-width: 1100px) {
  #section-1573119 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1),
  #section-1573119 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(2),
  #section-1573119 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(3) {
    height: 317px !important;
  }
}

/* Test @Tucker (Bizzabo) */
#section-1582214 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1) > div.atom-main.full-width.margin-custom-element.element-8090709 > div,
#section-1582214 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(2) > div.atom-main.full-width.margin-custom-element.element-8090712,
#section-1582214 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(3) > div.atom-main.full-width.margin-custom-element.element-8090715 {
  background-color: #85C1EC !important;
  padding: 5px !important;
}

/* Show only local times for agenda sessions */
.session-info-text time > :nth-last-child(-n+5) {
  display: none;
}

/* Show only local times for session pages */
.session-dates time > :nth-last-child(-n+5) {
  display: none;}


/* Reduce indent/margin between Speaker name, title & company lines — Gleb @ Bizzabo */
.trade-template .speakers .attendee-name, .trade-template .speakers .attendee-title, .trade-template .speakers .attendee-company {
  margin-top: 0px;
  margin-bottom: 2px;
}
.trade-template .event-image-holder {
 height:400px; 
 
}

#section-1508494 > div > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-7715381 > h1 {

display: none;

}