.imge {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.imge:hover .top-left {
    opacity: 1;
}

.top-left {
    position: absolute;
    top: 8px;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
    display: flex;
    flex-direction: row;
    opacity: 0;
    color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1000
}

.imge img {
    width: 100%;
}

ul.top-left {
    list-style: none;
}

ul.top-left li a {
    color: #fff;
    font-size: 22px;
}

ul.top-left li {
    border: 1px solid;
    margin: 3px;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 600px) {
    ul.top-left li a {
        color: #fff;
        font-size: 14px;
    }
    .top-left {
        position: absolute;
        top: 0px;
        right: 16px;
        color: #fff;
    }
}

.scroll_down a {
    position: relative;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #000;
    z-index: 12;
}

.scroll_down img {
    width: 2.5%;
}

.scroll_down a i {
    font-size: 60px;
}

.top-left a img {
    height: 22px;
    filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(332deg) brightness(103%) contrast(106%);
}

h3 {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}