/**
	Theme Name:   	Wpberita Parallax
	Theme URI:    	https://www.idtheme.com/wpberita/
	Description:  	Wpberita Parallax Theme
	Author: 		kentooz - Gian MR
	Author URI: 	http://gianmr.com
	Version: 		1.0.0
	License: 		GNU General Public License v2 or later
	License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: 	wpberita
	Template:     	wpberita
*/

@import url("../wpberita/style.css");

/**
 * Theme customization starts here
 */
.gmr-parallax {
    width: 100%;
    height: 400px;
    position: relative;
	max-width: 360px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.rellax {
    width: 100%;
    max-width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    clip: rect(auto, auto, auto, auto);
    -webkit-clip-path: inset(0px 0px 0px 0px);
}

.in-rellax {
    height: 100%;
    width: 360px;
    position: fixed;
    top: 0;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
}