
/*NN 02-09-2023 Attendee Portal DTA Image ratios when resizing */
.image--contain img {
 object-fit: contain; 
  width:80%;
  height:80%;
  max-width: 450px;
  max-height: 450px;
}

.center-items > div > div > div > .poll-card > .card-body {
  padding: 0px 20px;
  height: 285px;
}

/*JJ 3-3-23 Center Sponsor Listing Text*/
.hdrText {
  text-align: center;
  
}

