.vertikals .sv-channel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertikals .sv-channel-item {
    flex-grow: 1;
    background: #efefef;
    border: 2px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
    max-width: 562px;
    margin: 14px;
}

.vertikals .sv-channel-item img {
    width: 100%;  
}

.vertikals .ju-featured-article {
    max-width: 100%;
    width: 100% !important;
}

.vertikals img.sv-noborder {}

.vertikals .ju-featured-article .image img
{
    max-width: none !important;
    height: 200px !important;
    width: 100%;
    object-fit: cover;
}
   
.vertikals .ju-featured-article > a
{
    padding: 10px 20px;
    margin-bottom: 0px !important;
    width: auto;
    min-height: 120px;
}

.vertikals .ju-featured-article > p
{
    padding: 0px 20px;
}
   
.vertikals .page-width .sv-channel-item {
    max-width: 365px !important;
}
   
.vertikals .author {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    justify-items: center;
    align-items: center;
}

.vertikals .author .image {
    width: 50px;
    height: 50px !important;
    border-radius: 100%;
    margin-bottom: 0px !important;
    min-width: 50px !important;
}

.vertikals .author .image img
{
    min-width: 0px !important;
    min-height: 0px !important;
    width: 50px !important;
    height: 50px !important;
}

.vertikals .author .name
{
    color: #333 !impormtant;
    font-weight: bold;
    width: 45%;
    padding-left: 20px;
}
   
   
.vertikals .sv-channel {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
}

.vertikals .ju-featured-article {
    min-height: 480px;
}


.vertikals .page-width .ju-featured-article {
    min-height: 550px;
}
   
.vertikals .ju-featured-article > .image {
    max-height: 400px !important;
    height: auto !important;
    width: 100%;
}

.vertikals .page-width .ju-featured-article > .image {
    max-height: 200px !important;
    height: auto !important;
    width: 100%;
} 
.vertikals .author .name
{
    flex-grow: 2;
}
.vertikals .author .date
{
    padding: 0px;
    display: block;
    color: #003865;
    font-weight: normal;
    min-width: 120px;
    text-align: right;
    width: 100%;
}

.vertikals .author .date:before
{
    font-family: "Material Icons";
    content: "access_time";
    font-size: 1.4em;
    display: inline !important;
    vertical-align: bottom;
    margin-right: 10px;
    margin-left: 0px;
    color: #003865;
}

.vertikals .ju-featured-article > a {
    font-size: 20px !important;
    font-weight: normal;
}

.vertikals .bigauthor .image {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 100%;
    margin: auto auto;
    border: 2px solid #eee;
    margin-bottom: 40px;
}
   
.vertikals .page-width .ju-featured-article {
    min-height: 502px !important;
}

@media(max-width: 800px)
{

    div .vertikals .ju-featured-article .image
    {
        display: block !Important;
    }
    
    .vertikals .ju-featured-article img {
        display: block !important

    }
   
   
   .vertikals .sv-channel
   {
       max-width: 90vw;
   }
}