.section {
	position: relative;
	overflow: hidden;
  }


  /* #slider_1 .item>img{
    height: inherit !important;
  }
  
 */

 .news-details-p img{
   height: inherit !important;
 }


  .big_img_v{
  width: 555px !important;
	  height: 416.25px !important;
  }
  
  .container {
	position: relative;
	padding: 0 15px;
  }
  .container:before, .container:after {
	content: '';
	display: table;
  }
  .container:after {
	clear: both;
  }
  
  .owl-carousel .item-child {
	position: relative;
  }
  .owl-carousel .owl-stage-outer{
	  position: relative;
	  overflow: hidden;
	  -webkit-transform: translate3d(0,0,0);
	  direction: ltr !important;
  }


.owl-item{
  min-width: 200px;
}