html, body {
    height: 100%;
}

/*Responsive / Full screen*/

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/*Hide arrow shadow*/

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

/*Custom arrows*/

#arrow_left {
    position: absolute;
    width: 2.4vw;
    transform: translateY(-50%);
    top: 50%;
    left: 8%;
}

#arrow_right {
    position: absolute;
    width: 2.4vw;
    transform: translateY(-50%);
    top: 50%;
    right: 8%;
}

/*Web version*/

#logo {
    margin-top: 4%;
    width: 25vw;
    margin-left: 154.3%;
}

/*Iphone version*/

#logo_xs {
    margin-top: 7%;
    width: 69vw;
    margin-left: 33%;
}

.row {
    position: absolute;
    z-index: 1;
}

@media (max-width: 767px) {

    #arrow_left {
        width: 7.0vw;
    }

    #arrow_right {
        width: 7.0vw;
    }
}