
#imper-content {
    height: 314px;
    margin: 0 auto;
    width: 1100px;
    background: #0000009e;
    position: relative;
}

img.imperdibles_icon {
    position: absolute;
    right: 0;
    height: 310px;
}
#f-imper {
    height: auto;
    width: auto
}

#f-imp-lt {
    height: 54px;
    margin: 0 auto;
    padding: 40px 0;
    width: 314px
}

.f-text-imper {
    color: #fff;
    cursor: default;
    font-family: fjalla_oneregular, Trebuchet MS, serif;
    font-size: 21px;
    font-weight: lighter;
    height: 25px;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: center;
    text-shadow: 0 0 16px #000;
    width: 983px
}

#f-port-imper {
    width: 800px;
    padding: 24px 0 0 38px;
    display: flex;
    flex-wrap: wrap;
}
#f-port-imper li a {
    border: 4px solid#ffffff;
    display: block;
    height: 62px;
    margin: 0 5px 10px;
    padding: 3px;
    width: 62px;
    border-radius: 2px;
    transition: 0.3s;
    cursor: pointer;
}

#f-port-imper li a:hover {
    box-shadow: 0 0 6px 2px #adb5d3;
    transform: scale(1.2);
}

#f-port-imper img {
    width: 60px;
}