.galleryLR {
    position: absolute;
    top: 0px;
    height: calc(100%);
    /*padding-top: 70px;*/
}

.galleryLR img, .galleryLR div {
    opacity: 0.5;
    display: block;
}

.relacia_facebook_parent {
    height: 70px;
}

.underline_it_all {
    position: relative;
}

.underline_it_all .awards {
    position: absolute;
    right: 0px;
    height: 63px;
    width: 148px;
    background-image: url(/images/awards/awards.png);
    background-size: cover;
    margin-top: 10px;
    text-align: center;
    padding-top: 17px;
}

.relacia_facebook, .relacia_facebook_parent {
    overflow: hidden;
}

.relacia_facebook {
    position:fixed;
    top:0;
    z-index:100;
    height: 70px;
    background-color: white;
    width: 95%;
    padding: 10px;
    position: relative;
    color: #377EF0;
}

.galleryR img, .galleryR div {
    margin-bottom: 10px;
    margin-left: 45px;
}

.galleryL img, .galleryL div {
    margin-bottom: 10px;
    /*padding-right: 45px;*/
    margin-right: 45px;
    float: right;
}

@media screen and (max-width: 1300px) {
    .galleryLR {
        display: none;
    }
}