.content-front{
	margin-top: 80px;
	background-color: white;
}
.me-container-page {
     background: #fff;
     /* margin-top: -120px; */
     padding: 30px 8px 0px 60px;
     border-radius: 40px 40px 0px 0px;
}

/* Centered text */
.me-centered-text-img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.me-page-bg{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 105vh;
    margin-top: -10vh;
}


.me-text-judul-berita {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.me-text-berita {
   overflow: hidden;
   font-size: small;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           /* line-clamp: 3;  */
   -webkit-box-orient: vertical;
}

#title-logo p {
        text-shadow: rgb(70 70 70) 2px 1px 4px;
        margin: auto;
        }


/* hover zoom image */
.zoom {
  transition: transform .8s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
/* hover zoom image */

