body {
    margin: 0;
}

#container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
}

.col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem;
    position: relative;
}

.col a:first-child {
    padding-top: 2rem;
}

#col1 {
    background: url(../img/security-slider-1.jpg);
    align-items: flex-end;
    background-size: cover;
    background-position: bottom right;
}

#col2 {
    background: url(../img/bg_banner_01.jpg);
    background-size: cover;
    background-position: bottom right;
}

.button.full{
    width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0;
}
.sag-logo{margin-bottom:45px}
@media only screen and (max-width: 700px) {
	.sag-logo{margin-top:20px}
	.position-absolute{margin:auto}
    img {
        max-width: 100%;
    }

    .col {
        /* padding: 6vh 8vw; */
        justify-content: normal;
		flex:auto;
    }

    .col a:first-child {
        order: 1;
    }

    #col1 {
        background: url(../img/security-slider-1.jpg);
        background-size: cover;
        background-position: center center;

    }

    #col2 {
        background: url(../img/bg_banner_01.jpg);
        background-size: cover;
        background-position: center right;

    }

}