.last_result {

}

.next_result {

    right: 0;
}


.last_result, .next_result {
    position: fixed;
    top: 50%;
    z-index: 9;
    background-color: #C00;
    color: white;
    font-size: 50px;
    padding: 0 5px;
    display: flex;
    text-decoration: none;
}

.last_result:focus, .last_result:hover, .next_result:focus, .next_result:hover {

    color: white !important;
    text-decoration: none !important;
}

.news-main{
    margin-top: env(safe-area-inset-top);
    margin-top: constant(safe-area-inset-top);
    padding-top:20px;
}

.news-main img ,.news-main iframe{
    width:100% !important;
}
