#videoal iframe
{
  float: left;
 }
 #videoal
 {
  width: 100%;
  height: 1000px;
  }
/* Styles for update cards */
.news-card {
    background-color: none;
    width: 100%;
    height: 250px;
    /* height: 365px; */
    border-radius: 7px;
    margin: 3px;
    border: 1px solid #ccc;
    float: left;
    /* width: 211px; */
    display: flex;
    flex-direction: column;
}
.news-desc {
    flex-grow: 1;
    padding: 0.4rem 1rem 0rem 1rem;
    font-size: 13px;
}
.news-time {
    color: grey;
    padding: 0rem 1rem 0.6rem 1rem;
    font-size: 12px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #21618C !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 90px;
    padding: 20px;
    width: 40px;
    height: 40px; 
    align-items: center;
    justify-content: center;
    opacity: 0.5; 
}
.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}
.owl-carousel .owl-nav .owl-next {
    right: -33px;
}
.owl-carousel .owl-dots {
    display: none;
}
.owl-carousel {
    margin: 0;
    position: relative;
}
.author__avatar img {
    max-width: 175px;
    border-radius: 0%
}
