
section#image-blocks{
  overflow: hidden;
}
section#image-blocks:not(.box) .block{
  padding-top: 0;
}
section#image-blocks:not(.box) .container{
  padding-bottom: 0;
}

section#image-blocks .content{
  text-align: center;
}
section#image-blocks .content > *:last-child{
  margin-bottom: 0;
}
section#image-blocks .flip .block{
  flex-direction: row-reverse;
}
section#image-blocks .flip .block:nth-child(even){
  flex-direction: row;
}
section#image-blocks .block:nth-child(even){
  flex-direction: row-reverse;
}
section#image-blocks .info{
  width: 50%;
}
section#image-blocks .block:nth-child(odd) .info div{
  padding-right: 60px;
}
section#image-blocks .block:nth-child(even) .info div{
  padding-left: 60px;
}
section#image-blocks .flip .block:nth-child(odd) .info div{
  padding-left: 60px;
  padding-right: 0;
}
section#image-blocks .flip .block:nth-child(even) .info div{
  padding-left: 0;
  padding-right: 60px;
}
section#image-blocks .info h4{
  text-transform: uppercase;
}
section#image-blocks .info ul,
section#image-blocks .info ol{
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
section#image-blocks .info ul li,
section#image-blocks .info ol li{
  padding-left: 25px;
  margin: 0px 0px 5px;
  position: relative;
}
section#image-blocks .info ul li:last-child,
section#image-blocks .info ol li:last-child{
  margin: 0px;
}
section#image-blocks .info ul li:before {
  content: "";
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--main-orange);
  border-bottom: 3px solid var(--main-orange);
  position: absolute;
  left: 2px;
  top: 3px;
  transform: rotate(-45deg);
}
section#image-blocks .media{
  position: relative;
  width: 50%;
  padding-bottom: 50%;
  text-align: center;
}
section#image-blocks .media.text-height{
  padding-bottom: 0;
}
section#image-blocks .media .section-bg{
  background-color: var(--neutral-9);
}
section#image-blocks .media .section-bg,
section#image-blocks .media video,
section#image-blocks .media .plyr{
  width: 50vw;
}
section#image-blocks.box .media img.block-image{
  max-height: 600px;
  width: auto;
}
section#image-blocks .media > video,
section#image-blocks .media .plyr{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: unset;
  border-radius: 0;
  object-fit: cover;
}
section#image-blocks .media .plyr .plyr__video-wrapper,
section#image-blocks .media .plyr video{
  height: 100%;
}
section#image-blocks .block:nth-child(even) .media .section-bg,
section#image-blocks .block:nth-child(even) .media > video,
section#image-blocks .block:nth-child(even) .media .plyr{
  left: auto;
  right: 0;
}
section#image-blocks .flip .block .media .section-bg{
  left: auto;
  right: 0;
}
section#image-blocks .flip .block:nth-child(even) .media .section-bg{
  left: 0;
  right: auto;
}
section#image-blocks .btn{
  margin-top: 10px;
}


section#image-blocks.box .block .info div{
  padding-bottom: 0;
}
section#image-blocks.box .media{
  padding: 0;
}
section#image-blocks.box .media .plyr,
section#image-blocks.box .media .section-bg,
section#image-blocks.box .media video,
section#image-blocks.box .media img{
  position: static;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 0px rgba(8, 11, 82, 22%);
}
section#image-blocks.box .media .section-bg{
  padding-bottom: 70%;
}



@media(min-width: 1025px) {
  section#image-blocks.box .block .info div{
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  section#image-blocks .block,
  section#image-blocks .block:nth-child(even),
  section#image-blocks .flip .block,
  section#image-blocks .flip .block:nth-child(even){
    flex-direction: column-reverse;
  }
  section#image-blocks .info{
    width: 100%;
    max-width: 600px;
  }
  section#image-blocks .info.mobile-center{
    text-align: center;
  }
  section#image-blocks .info h4{
    text-align: center;
  }
  section#image-blocks .info div{
    width: auto;
    max-width: unset !important;
  }
  section#image-blocks .block:nth-child(even) .info div,
  section#image-blocks .block:nth-child(odd) .info div,
  section#image-blocks .flip .block:nth-child(even) .info div,
  section#image-blocks .flip .block:nth-child(odd) .info div{
    padding-left: 0;
    padding-right: 0;
  }
  section#image-blocks .media{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 60%;
  }
  section#image-blocks .media.mobile-full .section-bg{
    display: none;
  }
  section#image-blocks .media.mobile-full img{
    display: block;
    margin-top: 50px;
    max-width: unset;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  section#image-blocks .block:nth-child(even) .media .section-bg,
  section#image-blocks .block:nth-child(odd) .media .section-bg,
  section#image-blocks .flip .block:nth-child(even) .media .section-bg,
  section#image-blocks .flip .block:nth-child(odd) .media .section-bg,
  section#image-blocks .block:nth-child(even) .media > video,
  section#image-blocks .block:nth-child(odd) .media > video,
  section#image-blocks .flip .block:nth-child(even) .media > video,
  section#image-blocks .flip .block:nth-child(odd) .media > video,
  section#image-blocks .block:nth-child(even) .media .plyr,
  section#image-blocks .block:nth-child(odd) .media .plyr,
  section#image-blocks .flip .block:nth-child(even) .media .plyr,
  section#image-blocks .flip .block:nth-child(odd) .media .plyr{
    width: 100vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  section#image-blocks.box .media .section-bg{
    width: 100% !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  section#image-blocks .media{
    padding-bottom: 70%;
  }
}

@media (max-width: 600px) {
  section#image-blocks .media{
    padding-bottom: 80%;
  }
}

@media (max-width: 450px) {
  section#image-blocks .media{
    padding-bottom: 100%;
  }
}
*/