/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

.et_pb_gallery_fullwidth .et_pb_gallery_image {
    padding-top: 56.25%;
    display: block;
    position: relative;
  }    

  .et_pb_gallery_fullwidth .et_pb_gallery_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }

/*New GiveButter Button*/
.Be-a-Hero-Sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.donate-sticky {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
}