.textPosition {
	display: none;
}

#intro-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99998;
    word-break: break-word;
    top: 0;
    left: 0;
    word-break: break-word;
    overflow: hidden;
}

#introImg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    transition: opacity .8s ease-out .8s, visibility 0s linear 0s;
    -webkit-transition: opacity .8s ease-out .8s, visibility 0s linear 0s;
    overflow: hidden;
}

/* Text */
#intro-skip-text {
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    display: none;
}

.intro-skip-text {
    cursor: pointer;
    z-index: 99999;
    /*display: none;*/
    opacity: 0;
    pointer-events: none;
}

.clearPointerEvent {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#intro-skip-text-loader {
    display: none;
    position: absolute;
    z-index: 99999;
}

.textPosition1 { 	/* Left Top */
    margin-left: 15px;
    padding: 15px 0 0 15px;
    text-align: left;
}
.textPosition2 { 	/* Top Center */
    text-align: center;
    transform: translateX(-50%);
    padding: 15px 0 0 15px;
}
.textPosition3 { 	/* Right Top */
    top: 0;
    right: 0;
    padding: 15px 15px 0 0;
    margin-right: 15px;
    text-align: right;
}
.textPosition4 { 	/* Left Center */
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    left: 0;
    padding: 0 0 0 15px;
	margin-left: 15px;
}
.textPosition5 { 	/* Center */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.textPosition6 { 	/* Right Center */
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    padding: 0 15px 0 0;
    right: 0;
    margin-right: 15px;
    text-align: right;
}
.textPosition7 { 	/* Left Bottom */
    left: 0;
    bottom: 0;
	margin-left: 15px;
    padding: 0 0 15px 15px;
}
.textPosition8 { 	/* Bottom Center */

    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 0 0 15px 15px;
    text-align: center;
}
.textPosition9 { 	/* Right Bottom */
	right: 0;
	bottom: 0;
    margin-right: 15px;
    padding: 0 15px 15px 0;
    text-align: right;
}
.hidden {
    display: none;
}
