﻿.nordic-growth-hackers {
    height: 50vh;
    background-image: url(/images/Frontpage2017/BGImages/nordicgrowthhackers.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ngh-content {
    text-align: right;
}

.ngh-header {
    align-self: flex-end;
    text-align: right;
}

.ngh-section divider {
    align-self: flex-end;
}

.ngh-header-fix {
    overflow: initial;
}



.ngh-section {
    margin: 100px 0;
}

.section-image iframe {
    margin: 0 40px;
}

.ngh-title-alignment span {
    margin-right: 10px;
}

@media only screen and (max-width: 75em) {

    .ngh-title-alignment span {
        margin-right: 0px;
    }

    .ngh-content {
        text-align: center;
    }

    .ngh-header {
        align-self: center;
        text-align: center;
    }

    .ngh-section divider {
        align-self: center;
    }

    .ngh-section {
        margin: 60px 40px;
    }

    .subpage-hero-title {
        line-height: 1;
    }
}

@media only screen and (max-width: 40em) {
    .section-image iframe {
        height: 100%;
        min-height: 300px;
    }

    .ngh-title-alignment {
        text-align: center;
    }

    .ngh-section {
        margin: 60px 0px;
    }
}
