.parallax-container {
  color: white;
  margin-bottom: 54px;
  position: relative;
  overflow: hidden;
}
.parallax-container .parallax-content {
  padding: 92px 0 31px;
}
.parallax-container *[class*=heading-style] {
  color: white;
}
.parallax-container *[class*=heading-style] a {
  color: white;
}
.parallax-container *[class*=heading-style] a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.parallax-container .mod-newsflash-adv_custom-link {
  padding-top: 15px;
}
.parallax1 .parallax-container {
  margin-bottom: 0;
}
.parallax1 .parallax-container .heading-style-2 {
  display: unset !important;
  margin: 0 auto 7px;
  max-width: 500px;
}
.parallax1 .parallax-container .parallax-content {
  padding: 62px 0 42px;
}
.parallax1 .parallax-container .parallax-content .pretext {
  max-width: 1040px;
  margin: 0 auto 57px;
}
.parallax1 .parallax-container .parallax-content .mod-newsflash-adv[class*="left_content"] .item {
  margin-bottom: 21px;
}
.parallax1 .parallax-container .parallax-content .mod-newsflash-adv[class*="left_content"] .item i[class*="linearicons"] {
  background: #fe7012;
  color: white;
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.parallax1 .parallax-container .parallax-content .mod-newsflash-adv[class*="left_content"] .item:hover i[class*="linearicons"] {
  -webkit-box-shadow: 0 0 0 8px rgba(254, 112, 18, 0.5);
  box-shadow: 0 0 0 8px rgba(254, 112, 18, 0.5);
}
.parallax2 .parallax-container .heading-style-2 {
  display: unset !important;
  margin: 0 auto 7px;
  max-width: 500px;
}
.parallax2 .parallax-container .parallax-content .pretext {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}
.mod_tm_parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
}
.mod_tm_parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background-size: 100% 100%;
}
body.mobile .mod_tm_parallax {
  position: absolute;
  background-size: 100% 100%;
}
@media (max-width: 480px) {
  .mod_tm_parallax.mod_tm_parallax__parallax1 {
    background-color: #f5f6f6 !important;
    background-image: none !important;
  }
}