/* Fix for video height collapsing in the carousel on Storytelling page */
.wp-block-embed__wrapper {
    position: initial;
}

/* Fix for Support button hover effect */
.sidebar li:hover .cta a {
    background: unset;
    background-position: unset;
    background-color: #953080;
    border: none !important;
    min-width: 110px;
  }