#above {
    position: relative;
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#above img {
    display: block;
    width: 100%;
    height: 100%;
}

#above .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .44);
    z-index: 1;
}

#above .header {
    display: none;
}

.left_meny ,.right_meny{
    margin: 20px auto;
    width: 92%;
    display: flex;
    flex-direction: column;
}

.left_meny{
    flex-direction: column-reverse;
}

.left_meny img ,.right_meny img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.left_meny .info ,.right_meny .info{
    width: 100%;
}

.left_meny .info .title ,.right_meny .info .title{
    font-size: 30px;
    color: #070A14;
    line-height: 60px;
    font-weight: normal;
    letter-spacing: 2px;
}

.left_meny .info .desc ,.right_meny .info .desc{
    font-size: 15px;
    color: #7A7B7F;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
}

.left_meny ul ,.right_meny ul{
    padding: 14px 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_meny ul li ,.right_meny ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left_meny ul li img ,.right_meny ul li img{
    margin-bottom: 4px;
    display: inline;
    height: 40px;
    width: 40px;
}

.left_meny ul li span ,.right_meny ul li span{
    font-size: 16px;
    color: #070A14;
    line-height: 28px;
    letter-spacing: 1px;
}

#footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}