#news-slider {
    width: 400px;
    margin: 0 auto;
}

.viewport {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#news-slider .ul {
    position: relative;
    width: 1200px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#news-slider .t-item {
    width: 400px;
    float: left;
    display: inline;
    padding: 0;
}
.t345-socials2 {
    margin-top: 10px;
}
.t195__imgsection h2, h2.archive {
    font-size: 28px;
    font-family: TildaSans, Arial, sans-serif;
    line-height: 120%;
    margin-bottom: 30px;
}
#prev-btn, #next-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #000;
    border-radius: 50%;
    top: 225px;
    font-size: 50px;
    line-height: 52px;
}

#prev-btn:hover, #next-btn:hover {
    cursor: pointer;
}

#prev-btn {
    left: 0;
    background: #e1f5fe url(../images/toleft.png) center no-repeat;
}

#next-btn {
    right: 0;
    background: #e1f5fe url(../images/toright.png) center no-repeat;
}
.t195-with-pad {
    padding-top: 50px;
}
h2.archive {
    margin-left: 20px;
}
h2.archive a {
    text-align: underline ! important;
}
.archive_date {
    text-align: right;
    font-size: 14px;
    color: grey;
}
@media screen and (max-width: 640px) {
  .t-rec_pb_75 {
    padding: 30px 0;
  }
  #news-slider {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .t-col.t195__imgsection {
    padding: 0;
  }
  .t-col.t195__imgsection .t649__textwrapper {
    padding: 0 20px;
  }
}
