.amrita_event_news{
  margin: 30px 0;
}
.amrita_event_news .slick-slide div:first-child{
  height: 100%;
}
.amrita_event_news section{
  height: 100%;
  background-color: #F7F7F7;
}
.amrita_event_news section.amt_event_item{
  padding: 30px;
  background-color: #fff;
}
.amrita_event_news section .amt_news_events_item_image{
  height: auto !important;
}
.amrita_event_news section .amt_news_events_item_image img{
  margin-bottom: 15px;
  width: 100%;
  height: 300px;
  min-height: 300px;
  object-fit: cover;
  object-position: top;
}
.amrita_event_news section.amt_event_item .amt_news_events_item .item_date{
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-right: 60px;
  background: transparent url(./link-icon-round-arrow.png) no-repeat top right;
  background-size: 50px;
  height: auto;
}
.amrita_event_news section.amt_event_item .amt_news_events_item .item_date h3{
  font-size: 2.2em;
  color: #b50050;
  font-weight: 600;
}
.amrita_event_news section.amt_event_item .amt_news_events_item .item_date span{
  display: block;
  font-size: 0.5em;
  color: #000;
  font-weight: 100;
}
.amrita_event_news section.amt_event_item .amt_news_events_item .amt-carousel .slick-dots {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.amrita_event_news section.amt_news_item .amt_news_events_item .item_title p{
  font-size: 1.2em;
  color: #2E2E2E;
  padding: 10px 30px;
}
.amrita_event_news section.amt_news_item .amt_news_events_item .amt_news_events_item_description{
  color: #2E2E2E;
  padding: 10px 30px;
}
.amrita_event_news section.amt_news_item .amt_news_events_item .know-more{
  color: #2E2E2E;
  padding: 10px 30px;
  display: inline-block;
}
.amrita_event_news section.amt_news_item .amt_news_events_item .know-more span{
  color: #2E2E2E;
  padding-bottom: 2px;
  padding-right: 20px;
  display: inline-block;
  border-bottom: 1px solid #2E2E2E;
  background: transparent url(./arrow.png) no-repeat center right;
  background-size: 10px;
}
.amt-carousel .slick-dots li {
  display: inline-block;
}
.amt-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: solid 1px #b50050;
  border-radius: 50%;
}

.amt-carousel .slick-dots .slick-active button {
  background: #b50050;
}
.slick-initialized .slick-slide {
  overflow: hidden !important;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: auto !important;
    margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -10px;
}
ul.slick-dots{
  text-align: center;
}


@media screen and (max-width: 600px) {
  .amrita_event_news section{
    height: auto;
  }
  .amrita_event_news .slick-slide div:first-child{
    height: auto;
  }
  .slick-track
  {
      display: flex !important;
  }

 .slick-slide
  {
      height: auto !important;
      margin: 0 10px;
  }
}
