/**handles:img-content-row**/
section.img-content .col-lg-5,section.img-content .col-lg-6.image{position:relative;background-position:center center;background-repeat:no-repeat;background-size:cover}section.img-content .col-lg-5.contained,section.img-content .col-lg-6.image.contained{background-size:contain}section.img-content .col-lg-5.captioned,section.img-content .col-lg-6.image.captioned{margin-bottom:3rem}section.img-content .col-lg-5 .imageOverlay,section.img-content .col-lg-6.image .imageOverlay{position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(to bottom,rgba(141,207,200,0) 25%,rgba(141,207,200,.5) 75%,rgba(255,255,250,.73) 100%)}section.img-content .col-lg-5 .imageCaption,section.img-content .col-lg-6.image .imageCaption{width:75%;background:rgba(255,255,255,.5);position:absolute;z-index:1;bottom:-3rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 4px 0 rgba(0,0,0,.3125)}section.img-content .col-lg-5 .imageCaption.left,section.img-content .col-lg-6.image .imageCaption.left{left:1rem}section.img-content .col-lg-5 .imageCaption.right,section.img-content .col-lg-6.image .imageCaption.right{right:1rem}section.img-content .col-lg-5 .imageCaption.center,section.img-content .col-lg-6.image .imageCaption.center{left:12.5%;right:12.5%}@media (max-width:991.98px){section.img-content .col-lg-5 .imageCaption,section.img-content .col-lg-6.image .imageCaption{width:calc(100% - 1.5rem);bottom:1rem}section.img-content .col-lg-5 .imageCaption.center,section.img-content .col-lg-5 .imageCaption.left,section.img-content .col-lg-5 .imageCaption.right,section.img-content .col-lg-6.image .imageCaption.center,section.img-content .col-lg-6.image .imageCaption.left,section.img-content .col-lg-6.image .imageCaption.right{left:.75rem;right:.75rem}}section.img-content .col-lg-5 video,section.img-content .col-lg-6.image video{min-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}section.img-content .col-lg-5 iframe,section.img-content .col-lg-6.image iframe{width:100%!important}@media (max-width:991.98px){section.img-content .col-lg-5,section.img-content .col-lg-6.image{height:60vw}}section.img-content .col-lg-6.content,section.img-content .col-lg-7{display:flex;flex-direction:column;justify-content:center}section.img-content .col-lg-6.content{padding-top:6rem;padding-bottom:6rem;padding-left:4rem;padding-right:4rem}section.img-content .col-lg-7{padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:0}section.img-content .flex-row-reverse .col-lg-6.content{text-align:right}section.img-content .flex-row-reverse .col-lg-7{padding-left:0;padding-right:2rem}@media (max-width:991.98px){section.img-content .col-lg-6.content,section.img-content .col-lg-7{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem}section.img-content .flex-row-reverse .col-lg-6.content,section.img-content .flex-row-reverse .col-lg-7{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;text-align:unset}}section.img-content .videobutton{position:absolute;width:5rem;height:5rem;border-radius:50%;top:calc(50% - 2rem);left:calc(50% - 2rem);background:rgba(0,0,0,.5);border:0 none;transition:all 350ms ease-in-out}section.img-content .videobutton:hover{background:rgba(0,0,0,.625)}