.upnextrecentpost img {
    height: 54px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.upnextrecentpost {
    border-bottom: 1px solid #afafaf;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.upnextrecentpost:last-child {
  border-bottom: none;
}
.breakingnewscarousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
}
.owl-stage-outer a img
{
  margin-bottom: 8px;
}
.myowlslider .owl-dots {
  margin-top: 15px;
}
.sidebar .block {
    border-style: solid;
    border-width: 1px;
    /* padding: 15px 15px; */
    /* margin: 0 0 20px; */
    border: 1px solid transparent;
}
.upnextrecentpost p {
    margin-left: 1px !important;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait)
{
.upnextrecentpost img {
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 5px !important;
  }
  .upnextrecentpost {
    margin-bottom: 10px !important;
  }
  .upnextrecentpost a
  {
    margin-bottom: 5px !important;
  }
  /* #block-recentnewpost {
    margin-left: 12px !important;
  } */
}