.featured-image-with-text-main-wrapper{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /*   min-height: 500px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.featured-image-with-text-main-wrapper.set-min-height{
  min-height: 500px;
}
.featured-image-with-text-main-wrapper .row.reverse-image{
  flex-direction: row-reverse;
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents{
  max-width: 415px;
  min-height: 365px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents.two-column-list{
  max-width: none;
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents ul{
  margin-bottom: 0;
  /*display: flex;
  flex-wrap: wrap;*/
  padding-left: 13px;
  max-width: 94%;
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents ul li{
  position: relative;
  font-size: 16px;
  line-height: 1.56;
  color: #353535;
  font-family: var(--font-roboto-regular);
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents ul li + li{
  margin-top: 12px;
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents ul li:before{
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -13px;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #0e0e0e;
  border-radius: 50%;
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents .box-title{
  max-width: calc(530px - 115px);
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--font-roboto-regular);
  letter-spacing: normal;
  color: var(--color-0e0e0e);
  text-transform: uppercase;
  margin-bottom: 20px; 
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents__title{
  margin-bottom: 20px;
  margin-top:0;
}
.featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents__cta{
  padding-top: 20px;
  display: inline-block;
}
.featured-image-with-text-main-wrapper .image-text-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.featured-image-with-text-main-wrapper .image-text-wrapper .featured-image-with-text--image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all .3s ease;
  min-height: 365px;
}
.featured-image-with-text-main-wrapper:hover .image-text-wrapper .featured-image-with-text--image{
  transform: scale(1.2);
}
.featured-image-with-text-main-wrapper .image-text-wrapper.reverse-image{
  right:auto!important;
}

/** Pop-up Video **/
.featured-image-with-text-main-wrapper .image-text-wrapper .open-video-iframe{
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  opacity:1;
}
.featured-image-with-text-main-wrapper .hover-image{
display:none;
}
.featured-image-with-text-main-wrapper:hover .hover-image{
display:block;
left: 30px;
}
.featured-image-with-text-main-wrapper:hover .video-hover-button{
display:none;
}
/** Pop-up Video **/
@media screen and (min-width:700px){
  .featured-image-with-text-main-wrapper .image-text-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
@media screen and (min-width: 768px){
  .featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents.two-column-list ul {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents.two-column-list ul li {
    width: 50%;
    margin-top: 12px;
    padding-right: 15px;
  }
}

@media screen and (max-width:767px){
  .featured-image-with-text-main-wrapper{
    display:block;
    /*     min-height: 200px; */
  }
  .featured-image-with-text-main-wrapper.set-min-height{
    min-height: 200px;
  }
  .featured-image-with-text-main-wrapper.set-min-height .featured-image-with-text--wrapper-contents{
    min-height: 210px;
    padding: 30px 0 30px 0;
    /* 	padding: 0 0 30px 0; */
  }
  .featured-image-with-text-main-wrapper .featured-image-with-text--wrapper-contents {
    padding: 0 0 30px 0;
  }
  .featured-image-with-text-main-wrapper .image-text-wrapper, .featured-image-with-text-main-wrapper .image-text-wrapper .featured-image-with-text--image{
    min-height: 200px;
  }
}