@media screen and (max-width: 767px) {
  .slider_area {
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
  background: none !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.news_section {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .news_section {
    margin-bottom: 45px;
  }
}

.news_section ul li {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .news_section ul li {
    margin: 0 3px;
  }
}

.news_section ul li img {
  margin-bottom: 12px;
}

.news_section ul li p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .news_section ul li p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .news_section ul li h3 {
    font-size: 1.2rem;
  }
}

.news_section img {
  width: 100%;
}

.section_snap #instafeed {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3px;
}

.section_snap #instafeed .instafeed_list {
  width: -webkit-calc(33.33333% - 3px);
  width: calc(33.33333% - 3px);
  margin-left: 3px;
  margin-bottom: 3px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section_snap #instafeed .instafeed_list {
    width: -webkit-calc(33.333333% - 3px);
    width: calc(33.333333% - 3px);
  }
}

.section_snap #instafeed .instafeed_list:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.section_snap #instafeed .instafeed_list img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.section_snap #instafeed .instafeed_list a {
  display: block;
}

.section_snap #instafeed .instafeed_list a:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.section_snap #instafeed .instafeed_list a:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
