header.masthead {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    color: #fff;
    background: #45AAF2;
    background: -webkit-linear-gradient(to right, #514A9D, #45AAF2);
    background: linear-gradient(to bottom, #514A9D, #45AAF2)
    
}

header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 0;
    text-align: left
}

header.masthead .header-content h1 {
    font-weight: 200;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 1px;
}

header.masthead .header-content h2 {
    font-weight: 200;
    font-size: 1.8rem;
    line-height: 34px;
    color: #4BABEF;
    font-family: "Helvetica Neue", Sans-Serif;
     padding-top:10px;
}

header.masthead .header-content p, header.masthead .header-content p a {
    color: #fff;
    font-weight: 100 !important;
    font-size: 1rem;
    line-height: 28px;
    padding-top:10px;
}

header.masthead .header-content p a:hover {
    color: #50509A;
    font-weight: 300;
    text-decoration: none
}

header.masthead .device-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 325px;
}
.device-mockup{
position: relative;
width: 100% !important;
padding-bottom: 61.775701%;
}
.device-mockup.iphone6_plus, .device-mockup.iphone6_plus.portrait{
    padding-bottom: 201.76%;
}
.device-mockup.iphone6_plus.black>.device, .device-mockup.iphone6_plus.portrait.black>.device, .device-mockup.iphone6_plus>.device{
    background-image: url("http://idticketing.ch/welcome/device-mockups/iphone_6_plus/iphone_6_plus_black_port.png");
}


.device-mockup > .device {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90% !important;
    height: 90% !important;
    background-size: 100% 100%;

}

.device-mockup > .device > .screen {
    position: absolute;
    top: 12%;
    bottom: 12%;
    left: 7%;
    right: 7%;
    overflow: hidden
}

.device-mockup > .device > .button {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    cursor: pointer;
}
