/* Revolution Slider Settings */
.rev_slider_wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  background: #003d7a;
}

.rev_slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rev_slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rev_slider li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rev-slidebg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-caption {
  position: absolute;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}

.Newspaper-Title {
  font-size: 50px;
  line-height: 55px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

.tp-bannertimer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffa500;
}

@media (max-width: 768px) {
  .rev_slider_wrapper {
    height: 300px;
  }
  
  .Newspaper-Title {
    font-size: 30px;
    line-height: 35px;
  }
}
