/* phone */

@media all and (max-width: 420px)
{
    .fullheight-carousel-holder .customNavigation {
    position: absolute;
    bottom: 20px;
    left: 80%;
    margin-left: -41px;
    width: 82px;
    height: 40px;
    z-index: 5;
}
.carousel-link-holder {
    position: absolute;
    top: 85%;
    width: 100%;
    left: -20%;
    z-index: 3;
}
.carousel-link-holder h3 a {
	font-size:1.9em;
}
.b-back {
	position:fixed;
	top:2%;
	right:6%;
	z-index:10;
}
}