.jumbotron{
    background-image:url("/img/laptop.jpg");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    border-radius: 0;
    padding: 139px 116px;
    box-shadow: inset 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
}
.jumbotron {
    height: 360px;
}
.jumbotron .info {
    background: none repeat scroll 0 0 #5F277E;
    position: absolute;
    padding: 12px 24px 8px;
    width: 227px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.jumbotron .infoLineBox {
    position: absolute;
    border: 3px solid #fff;
    width: 231px;
    height: 100px;
    margin: -20px -20px;
    box-shadow: 1px 1px 1px black, inset 1px 1px 1px black;
}


.jumbotron .info h1{
    font-size: 24px;
    font-weight: normal;
}
.jumbotron .info p{
    color:#fff;
}
@media screen and (max-width: 1199px) {
    .jumbotron{
        height: 360px;
        padding: 124px 98px;
    }
}
@media screen and (max-width: 900px) {
    .jumbotron {
        padding: 50px;
        height: 160px;
    }
    .jumbotron .info {
        padding: 8px 14px 2px;
        max-width: 143px;
    }
    .jumbotron .infoLineBox{
        width: 149px;
        height: 57px;
        margin: -10px -15px;
    }
    .jumbotron .info h1{
        font-size: 15px;
    }
    .jumbotron .info p{
        font-size: 12px;
    }
}

