    .home-btn {
    left: 2.5%;
    right: 2.5%;
    bottom: 0;
    width: 90%;
    padding: 3%;
    display: block;
    margin: 5% auto;
    position: absolute;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    background: #949494;
    }
    .home-btn:hover {
    background-color: #004990;
    }
    .divborder {
    border: solid 1px #666666;
    }
    .inner-text {
    padding:10px;
    }
    .three-col {
    width: 100%;
    height: 650px;
    position: relative;
    background-color: #f1f1f1;
    }
    .three-col > img {
    width: 100%;
    }
    /*** MEDIA Q ***/
    @media (max-width : 768px)
    {
    .home-btn {
    left: 0;
    padding: 5%;
    }
    }