﻿@charset "utf-8";
/* ===========================================================
 * HSlider.css v1
 * ===========================================================
 * Copyright 2013 Hux.
 *
 * Create an photo-first, fullpage web slider
 * All animation is powered in CSS3
 * Only for modern broswer
 *
 * ========================================================== */

html{
    min-height:100%;
}

body{
	/* This image will be displayed fullscreen */
    background:black;
    /*background-size:cover; */
    /* Workaround for some mobile browsers */
    min-height:100%;
	 overflow: hidden;
	width: 100%;
	height:100%;
	color: white;
}

.wrap {
    width: 100%;
    height: 100%;
   overflow: hidden;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transition: all .3s;
}
