.body-berita img {
	max-width : 100%
}
.hover-up {
    transition: transform 0.2s ease-in-out;
    &:hover {
        transform: translateY(-10px);
    }
}

.btn-uwn {
    background-color: #0d1140;
    color: #ffffff;
    &:hover {
        color: #0d1140;
        background-color: #ffffff;
        border: 1px solid #0d1140;
        transform: translateY(-1px);
        box-shadow: 3px 3px 27px -6px rgba(0, 0, 0, 0.69);
    }
}

img.img-single{
    max-width: 90% !important;
    height: auto;
}

@media (max-width : 800px) {
    img.img-single{
    max-width: 85% !important;
    height: auto;
    object-fit: cover;
    object-position: center;
}
}
@media (max-width : 760px) {
    img.img-single{
    max-width: 75% !important;
    height: auto;
    object-fit: cover;
    object-position: center;
}
}
@media (max-width : 500px) {
    img.img-single{
    max-width: 100% !important;
    height: auto;
    object-fit: cover;
    object-position: center;
}
}
