
.ms-bubble {
	opacity: 0;
	padding-bottom: 40px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.ms-bubble.ms-loaded {
	opacity: 1;
}

.metaslider.ms-theme-bubble * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.metaslider.ms-theme-bubble *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.metaslider.ms-theme-bubble *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.metaslider.ms-theme-bubble .flexslider {
	margin-bottom: 0;
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
	background: transparent;
	bottom: 30px;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: top .2s;
	transition: top .2s;
	z-index: 8;
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
	align-items: center;
	background: rgba(255, 255, 255, .95);
	border: 4px solid rgba(255, 255, 255, .95);
	border-radius: 31px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: rgba(74, 74, 74, .8);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 14px;
	height: 31px;
	justify-content: center;
	margin: 0 5px;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 31px;
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover {
	background: transparent;
	color: rgba(255, 255, 255, .95);
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover::after {
	opacity: 1;
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li:last-child a {
	margin-right: 0;
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav li a.flex-active {
	background: transparent;
	color: rgba(255, 255, 255, .95);
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav li a.flex-active::after {
	opacity: 1;
}

.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a {
	background: 0;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: black;
	height: 70px;
	margin-top: 0;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 70px;
}

.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a::before {
	mask-image: url("https://cdn-jncjn.nitrocdn.com/IJlRdHyefyiBYkFSNOanstrWLZEpbcFX/assets/images/source/rev-bde5726/lagrandeforet.ca/fr/wp-content/plugins/ml-slider/themes/bubble/v1.0.0/images/arrow.svg");
	mask-size: 23px auto;
	mask-repeat: no-repeat;
	mask-position: 3px 1px;
	background-color: #6c6c6c;
	background-image: none;
	content: "" !important;
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 23px;
}

.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-prev {
	left: 2% !important;
}

.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-next {
	right: 2% !important;
}

.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-next:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 34%;
	top: 34%;
}

.metaslider.ms-theme-bubble .flexslider:hover ul.flex-direction-nav li a:hover {
	color: black;
}

.metaslider.ms-theme-bubble .flexslider:focus-within ul.flex-direction-nav li a:hover {
	color: black;
}

.metaslider.ms-theme-bubble .flexslider ul.slides .caption-wrap {
	background: rgba(0, 0, 0, .8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	bottom: 0;
	color: inherit;
	color: #fff;
	height: 145px;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: .5s all;
	transition: .5s all;
	width: 100%;
}

.metaslider.ms-theme-bubble .flexslider ul.slides .caption-wrap .caption {
	bottom: 100px;
	color: #fff;
	font-size: .9rem;
	line-height: 1.2rem;
	left: 50%;
	padding: 0;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.metaslider.ms-theme-bubble .flexslider ul.slides .flex-active-slide .caption-wrap {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.metaslider.ms-theme-bubble ul.rslides_tabs {
	background: transparent;
	bottom: 30px;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	-webkit-transition: top .2s;
	transition: top .2s;
	z-index: 8;
}

.metaslider.ms-theme-bubble ul.rslides_tabs li a {
	align-items: center;
	background: rgba(255, 255, 255, .95);
	border: 4px solid rgba(255, 255, 255, .95);
	border-radius: 31px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: rgba(74, 74, 74, .8);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 14px;
	height: 31px;
	justify-content: center;
	margin: 0 5px;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 31px;
}

.metaslider.ms-theme-bubble ul.rslides_tabs li a:hover {
	background: transparent;
	color: rgba(255, 255, 255, .95);
}

.metaslider.ms-theme-bubble ul.rslides_tabs li a:hover::after {
	opacity: 1;
}

.metaslider.ms-theme-bubble ul.rslides_tabs li:last-child a {
	margin-right: 0;
}

.metaslider.ms-theme-bubble ul.rslides_tabs li.rslides_here a {
	background: transparent;
	color: rgba(255, 255, 255, .95);
}

.metaslider.ms-theme-bubble ul.rslides_tabs li.rslides_here a::after {
	opacity: 1;
}

.metaslider.ms-theme-bubble div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
	background: transparent;
	bottom: 30px;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	-webkit-transition: top .2s;
	transition: top .2s;
	z-index: 8;
	width: 100%;
}

.metaslider.ms-theme-bubble div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a {
	align-items: center;
	background: rgba(255, 255, 255, .95);
	border: 4px solid rgba(255, 255, 255, .95);
	border-radius: 31px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: rgba(74, 74, 74, .8);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 14px;
	height: 31px;
	justify-content: center;
	margin: 0 5px;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 31px;
}

.metaslider.ms-theme-bubble div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a:last-child {
	margin-right: 0;
}

.metaslider.ms-theme-bubble div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active {
	background: transparent;
	color: rgba(255, 255, 255, .95);
}

.metaslider.ms-theme-bubble div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active::after {
	opacity: 1;
}

.metaslider.ms-theme-bubble .coin-slider .cs-buttons {
	background: transparent;
	bottom: 60px;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: center;
	left: auto !important;
	line-height: 15px;
	margin: 0;
	margin-left: 0 !important;
	padding: 0 !important;
	position: absolute;
	-webkit-transition: top .2s;
	transition: top .2s;
	width: 100%;
	z-index: 8;
}

.metaslider.ms-theme-bubble .coin-slider .cs-buttons a {
	align-items: center;
	background: rgba(255, 255, 255, .95);
	border: 4px solid rgba(255, 255, 255, .95);
	border-radius: 31px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: rgba(74, 74, 74, .8);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 14px;
	height: 31px;
	justify-content: center;
	margin: 0 5px;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 31px;
}

.metaslider.ms-theme-bubble .coin-slider .cs-buttons a:last-child {
	margin-right: 0;
}

.metaslider.ms-theme-bubble .coin-slider .cs-buttons a:hover {
	background: transparent;
	color: rgba(255, 255, 255, .95);
}

.metaslider.ms-theme-bubble .coin-slider .cs-buttons a:hover::after {
	opacity: 1;
}

.metaslider.ms-theme-bubble .coin-slider .cs-buttons a.cs-active {
	background: transparent;
	color: rgba(255, 255, 255, .95);
}

.metaslider.ms-theme-bubble .coin-slider .cs-buttons a.cs-active::after {
	opacity: 1;
}

.metaslider.ms-theme-bubble .coin-slider .coin-slider div {
	display: block !important;
}

.metaslider.ms-theme-bubble .coin-slider .coin-slider div a {
	background: 0;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: black;
	height: 70px;
	margin-top: 0;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 70px;
}

.metaslider.ms-theme-bubble .coin-slider .coin-slider div a::before {
	background-size: 100%;
	content: "" !important;
	display: block;
	height: 23px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 23px;
}

.metaslider.ms-theme-bubble .coin-slider .coin-slider div a.cs-prev {
	left: 2% !important;
}

.metaslider.ms-theme-bubble .coin-slider .coin-slider div a.cs-prev:before {
	background: url("https://cdn-jncjn.nitrocdn.com/IJlRdHyefyiBYkFSNOanstrWLZEpbcFX/assets/images/optimized/rev-bde5726/lagrandeforet.ca/fr/wp-content/plugins/ml-slider/themes/bubble/v1.0.0/images/arrow-left.png") no-repeat center center;
}

.metaslider.ms-theme-bubble .coin-slider .coin-slider div a.cs-next {
	right: 2% !important;
}

.metaslider.ms-theme-bubble .coin-slider .coin-slider div a.cs-next:before {
	background: url("https://cdn-jncjn.nitrocdn.com/IJlRdHyefyiBYkFSNOanstrWLZEpbcFX/assets/images/optimized/rev-bde5726/lagrandeforet.ca/fr/wp-content/plugins/ml-slider/themes/bubble/v1.0.0/images/arrow-right.png") no-repeat center center;
}

.metaslider.ms-theme-bubble .coin-slider:hover .coin-slider div a:hover {
	color: black;
}

.metaslider.ms-theme-bubble .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover {
	background: transparent;
	color: rgba(255, 255, 255, .95);
}

.metaslider.ms-theme-bubble .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover::after {
	opacity: 1;
}

.metaslider.ms-theme-bubble .slider-wrapper .nivo-controlNav.nivo-thumbs-enabled a:hover {
	border: 0 none;
}

.metaslider.ms-theme-bubble .slider-wrapper .nivo-controlNav.nivo-thumbs-enabled a.active {
	border: 0 none;
}

.metaslider.ms-theme-bubble a.rslides_nav {
	background: 0;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: black;
	height: 70px;
	margin-top: 0;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 70px;
}

.metaslider.ms-theme-bubble a.rslides_nav::before {
	background-size: 100%;
	content: "" !important;
	display: block;
	height: 23px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 23px;
}

.metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a {
	background: 0;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: black;
	height: 70px;
	margin-top: 0;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 70px;
}

.metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a::before {
	background-size: 100%;
	content: "" !important;
	display: block;
	height: 23px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 23px;
}

.metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a.nivo-prevNav {
	left: 2% !important;
}

.metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a.nivo-prevNav:before {
	background: url("https://cdn-jncjn.nitrocdn.com/IJlRdHyefyiBYkFSNOanstrWLZEpbcFX/assets/images/optimized/rev-bde5726/lagrandeforet.ca/fr/wp-content/plugins/ml-slider/themes/bubble/v1.0.0/images/arrow-left.png") no-repeat center center;
}

.metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a.nivo-nextNav {
	right: 2% !important;
}

.metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a.nivo-nextNav:before {
	background: url("https://cdn-jncjn.nitrocdn.com/IJlRdHyefyiBYkFSNOanstrWLZEpbcFX/assets/images/optimized/rev-bde5726/lagrandeforet.ca/fr/wp-content/plugins/ml-slider/themes/bubble/v1.0.0/images/arrow-right.png") no-repeat center center;
}

.metaslider.ms-theme-bubble div.nivoSlider:hover div.nivo-directionNav a:hover {
	color: black;
}

.metaslider.ms-theme-bubble div.nivoSlider .nivo-caption {
	background: rgba(0, 0, 0, .8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	bottom: 0;
	color: inherit;
	color: #fff;
	height: 145px;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: .5s all;
	transition: .5s all;
	width: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.metaslider.ms-theme-bubble .rslides_nav.prev {
	left: 2% !important;
}

.metaslider.ms-theme-bubble .rslides_nav.prev:before {
	background: url("https://cdn-jncjn.nitrocdn.com/IJlRdHyefyiBYkFSNOanstrWLZEpbcFX/assets/images/optimized/rev-bde5726/lagrandeforet.ca/fr/wp-content/plugins/ml-slider/themes/bubble/v1.0.0/images/arrow-left.png") no-repeat center center;
}

.metaslider.ms-theme-bubble .rslides_nav.next {
	right: 2% !important;
}

.metaslider.ms-theme-bubble .rslides_nav.next:before {
	background: url("https://cdn-jncjn.nitrocdn.com/IJlRdHyefyiBYkFSNOanstrWLZEpbcFX/assets/images/optimized/rev-bde5726/lagrandeforet.ca/fr/wp-content/plugins/ml-slider/themes/bubble/v1.0.0/images/arrow-right.png") no-repeat center center;
}

.metaslider.ms-theme-bubble:hover a.rslides_nav:hover {
	color: black;
}

.metaslider.ms-theme-bubble .rslides .caption-wrap {
	background: rgba(0, 0, 0, .8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	bottom: 0;
	color: inherit;
	color: #fff;
	height: 145px;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: .5s all;
	transition: .5s all;
	width: 100%;
}

.metaslider.ms-theme-bubble .rslides .caption-wrap .caption {
	bottom: 100px;
	color: #fff;
	font-size: .9rem;
	left: 50%;
	padding: 0;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.metaslider.ms-theme-bubble .rslides li[class*="rslides"] .caption-wrap {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.metaslider.ms-theme-bubble .cs-title {
	margin: 10px;
	padding: 20px;
	width: calc(100% - 20px);
}

.metaslider.ms-theme-bubble .nivoSlider .nivo-caption {
	bottom: 100px;
	bottom: 0;
	color: #fff;
	font-size: .9rem;
	font-size: 1rem;
	left: 50%;
	padding: 0;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 25px;
}

.metaslider.ms-theme-bubble .filmstrip {
	border-radius: 0;
	margin-top: 10px;
	position: absolute;
	width: 100%;
	z-index: 4;
}

.metaslider.ms-theme-bubble .filmstrip ul.flex-direction-nav li a::after {
	width: 10px;
}

.metaslider.ms-theme-bubble .filmstrip ul.flex-direction-nav li a.flex-prev {
	height: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	left: 10px;
}

.metaslider.ms-theme-bubble .filmstrip ul.flex-direction-nav li a.flex-next {
	height: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	right: 10px;
}

.ms-is-small.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
}

.ms-is-small.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a {
	height: 40px;
	width: 40px;
}

.ms-is-small.metaslider.ms-theme-bubble .flexslider ul.slides .caption-wrap .caption {
	bottom: 60px;
	width: 90%;
}

.ms-is-small.metaslider.ms-theme-bubble ul.rslides_tabs {
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
}

.ms-is-small.metaslider.ms-theme-bubble div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
}

.ms-is-small.metaslider.ms-theme-bubble a.rslides_nav {
	height: 40px;
	width: 40px;
}

.ms-is-small.metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a {
	height: 40px;
	width: 40px;
}

.ms-is-small.metaslider.ms-theme-bubble .coin-slider .coin-slider div a {
	height: 40px;
	width: 40px;
}

.ms-is-small.metaslider.ms-theme-bubble .rslides .caption-wrap .caption {
	bottom: 60px;
	width: 90%;
}

.ms-is-small.metaslider.ms-theme-bubble .nivoSlider .nivo-caption {
	bottom: 60px;
	bottom: 0;
	width: 90%;
	padding-top: 45px;
}

.ms-is-small.metaslider.ms-theme-bubble .filmstrip ul.flex-direction-nav li a.flex-prev {
	height: 40px;
	width: 40px;
	left: 10px;
}

.ms-is-small.metaslider.ms-theme-bubble .filmstrip ul.flex-direction-nav li a.flex-next {
	height: 40px;
	width: 40px;
	right: 10px;
}

.metaslider.ms-theme-bubble.has-filmstrip .flexslider:not(.filmstrip) ul.flex-direction-nav {
	width: 90px;
}

.metaslider.ms-theme-bubble.has-filmstrip .flexslider ul.slides .caption-wrap {
	margin-right: 110px;
}

.metaslider.ms-theme-bubble.has-onhover-arrows .flex-direction-nav li {
	opacity: 0;
}

.metaslider.ms-theme-bubble.has-onhover-arrows:hover .flex-direction-nav li {
	opacity: 1;
}

.metaslider.ms-theme-bubble.has-onhover-arrows:hover .flex-direction-nav a {
	opacity: 1;
}

.so-widget-sow-image-default-8b5b6f678277-321 .sow-image-container {
	display: flex;
	align-items: flex-start;
}

.so-widget-sow-image-default-8b5b6f678277-321 .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-8b5b6f678277-321 .sow-image-container > a {
		display: flex;
	}
}

.so-widget-sow-image-default-8b5b6f678277-321 .sow-image-container .so-widget-image {
	display: block;
	height: auto;
	max-width: 100%;
}
