/*
	giovani.g, ZD: 208160
	Adjusting the size of the GIF image on the banner 
	homepage and making it responsive. 
*/
#section-7131671 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > img {
	width: 55vw;
  	margin: 0 auto;
}

/*
	Making the banner image in the Sponsoships page responsive
*/
#section-6396679 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div {
	height: 30vw;
}
#section-6396679 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > img {
	margin: 0 auto;
    height: 27.5vw;
    width: auto;
}

@media screen and (max-width: 600px) {
   #section-7131671 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > img {
      width: 80vw;
      
   }
  #section-6396679 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div {
		height: 37vw;
	}
#section-6396679 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > img {
    	height: 37vw;
	}
}





/*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 {}
