.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover }
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }

/*start block foto*/
.photo_other_main{
    width: 825px;
    height: 464.05px;
    object-fit: cover;
}

.photo_other{
    width: 254.9px;
    height: 188.8px;
    object-fit: cover;
}
/*end block foto*/

/*start block indokartun*/
.indokartun_main{
    width: 540px;
    height: 360px;
    object-fit: cover;
}

.indokartun_other{
    width: 254.9px;
    height: 169.9px;
    object-fit: cover;
}
/*end block indokartun*/

/*runningtext*/

.scrollteks{
    background-color: #e2040b;
    height: 40px;
    width: 100%;
    border:0px solid #666; bottom:0; left:0;
}

.marquee {
    width: 100%;
    overflow: hidden;
    display: block;
    color: #FFFF00;
    font: 25px/25px "Droid Sans", arial, helvetica, sans-serif;
    padding: 6px 0px;
}

.marquee a {
    color: #FFFF00;
    font: 25px/25px "Droid Sans", arial, helvetica, sans-serif;
}

.marquee a:hover {
    color: #FFFFFF;
    font: 25px/25px "Droid Sans", arial, helvetica, sans-serif;
}


/*@keyframes slide {
    from { left: 100%;}
    to { left: -100%;}
}
@-webkit-keyframes slide {
    from { left: 100%;}
    to { left: -100%;}
}

#running_marquee {
    color:red;
    background:#f0f0f0;
    width:100%;
    height:20px;
    line-height:20px;
    overflow:hidden;
    position:relative;
}
#running_text {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:20px;
    font-size:15px;
    animation-name: slide;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 30s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count: infinite;
}*/
