#logo-desktop{
	position:absolute;
	z-index:2;
	top: 10px;
	left:0;
}


#logo-desktop img{
	width:350px;
}

#logo-mobile{
   display: none;
}



#footer .logo_footer {
	width:300px;
}

.slider {
    position: relative;
    width: 555px;
    height: 400px;
    overflow: hidden;
    border: 1px solid black;
}

.images {
    height: 100%;
}

.images img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.images img:first-child {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 44px;
    width: 15%;
    height: 400px; 
}

.arrow:hover {
    color: #2250fc;
}

.arrow.prev:hover {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}

.arrow.next:hover {
    background-image: linear-gradient(to left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}

.arrow.prev svg {
    margin-top: 175px;
    margin-left: 23px;
}

.arrow.next svg {
    margin-top: 175px;
    margin-left: 16px;
}

.prev {
    left: 0;
	z-index:999;
    background-image: linear-gradient(to right,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
}

.next {
    right: 0;
	z-index:999;
    background-image: linear-gradient(to left,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
}
