.launcherLinksNew {
    position: relative;
    padding: 0 0 20px 9px;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: 50% 0;
    background-image: url(../images/bg-new-launch.png);
    image-rendering: pixelated;
    /* padding: 100px; */
    height: 200px;
}

.launcherLinksNew:before {
	/*display: block;
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 50% 0;
	background-image: url(../images/launcher_bg_big-hover-min.png);*/
}
.launcherLinksNew:hover:before {
	/*opacity: 1;*/
}

.launcherLinksNew:after {
    display: block;
    content: '';
    clear: both;
}

.launcherLinksNew a {
    position: relative;
    z-index: 10;
    font-weight: 700;
    color: #d09556;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
}

.launcherLinksNew a:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0;
}

.launcherLinksNew a:first-child {
    padding: 55px 0 90px 150px;
}

.launcherLinksNew a:first-child:before {
    background-position: 99% 23%;
    background-image: url(../images/launcher_bg_big-left-hover-min.png);
    /* background-size: 120px; */
    /* background-size: 200px; */
    /* margin-left: 122px; */
    /* left: 90px; */
    background-size: 54%;
    /* background-size: 65%; */
    /* margin: 10px; */
    /* width: 300px; */
}

.launcherLinksNew a:last-child {
    padding: 55px 150px 90px 0;
}

.launcherLinksNew a:last-child:before {
    background-position: 0% 25%;
    background-image: url(../images/launcher_bg_big-right-hover-min.png);
    background-size: 50.6%;
}

.launcherLinksNew a:hover:before {
    opacity: 1;
}

.launcherLinksNew a span {
    position: relative;
    z-index: 10;
}

.launcherLinksNew a span span {
    color: #fcf2da;
    display: block;
    font-size: 18px;
}

.launcherLinksNew:before,
.launcherLinksNew a:before,
.launcherLinksNew a
{
	-webkit-transition: all 0.3s ease 0s; /* Safari and Chrome */
	-moz-transition:    all 0.3s ease 0s; /* Firefox */
	-ms-transition:     all 0.3s ease 0s; /* IE 9 */
	-o-transition:      all 0.3s ease 0s; /* Opera */
	transition:         all 0.3s ease 0s;
}