.so-widget-sow-image-default-c67d20f9f743-2910 .sow-image-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.so-widget-sow-image-default-c67d20f9f743-2910 .sow-image-container > a {
  display: inline-block;
  
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .so-widget-sow-image-default-c67d20f9f743-2910 .sow-image-container > a {
    display: flex;
  }
}
.so-widget-sow-image-default-c67d20f9f743-2910 .sow-image-container .so-widget-image {
  display: block;
  height: auto;
  max-width: 100%;
  
}
	.affix {
			position: fixed;
			top: 0;
		}
		@media (max-width: 780px) {
			.affix {
				position: relative;
			}
		}

		.affix-bottom {
			position: absolute;
		}
		@media (max-width: 780px) {
			.affix-bottom {
				position: relative;
			}
		}

		.affix-top {
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			margin-top: 0;
		}

		.affix {
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			margin-top: 2rem;
		}