/*
Theme Name: WpBerita Mirip Detik Parallax
Theme URI: https://www.idtheme.com/wpberita/
Template: wpberita-dtk
Author: kentooz - Gian MR
Author URI: http://gianmr.com
Description: Wpberita Mirip Detik Parallax Theme
Version: 1.0.0.1781088125
Updated: 2026-06-10 17:42:05

*/

.gmr-parallax {
    width: 100%;
    display: block;
    max-width: 360px;
    height: 400px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.rellax {
    width: 100%;
    max-width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
    clip: rect(auto, auto, auto, auto);
    -webkit-clip-path: inset(0 0 0 0);
}
.in-rellax {
    width: 360px;
    height: 100%;
    position: fixed;
    top: 0;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
}
