[v-cloak] {
    display: none !important;
}

.a-news {
    display: flex;
}

.a-news-txt {
    padding-left: 10px;
    flex-direction: column;
    justify-content: flex-start;
}

.a-imgcontainer {
    display: flex;
    justify-content: center;
}

.a-imgcontainer img {
    height: 500px;
    width: auto;
    object-fit: scale-down;
}

.a-progress {
    position: relative;
}

.a-progresstxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}