#vzBanner {
    background:#254d90;
    position:relative;
    overflow:hidden;
    width:100%;
    height:160px;
    color:#fff;
    font-family:'Open Sans';
    font-weight:300;
    padding: 0 30px;
}
#vzBanner div {
    display: block;
    float: left;
    margin:0;
    padding:0;
    position: relative;
    overflow: hidden;
}
#vzBanner .title {
    font-size:26px;
    line-height:40px;
    padding:0;
    margin:20px 0 0 0;
    font-weight:300;
    width:30%;
}
#vzBanner .img {
    position:relative;
    overflow:hidden;
    width:20%;
    height:100%;
    margin:0 20px;
}
#vzBanner .img p {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    display: block;
    background: url('../img/vz-267x267.png') 50% 50% no-repeat;
    background-size:contain;
}
#vzBanner .check {
    font-size:16px;
    line-height:26px;
    margin-top:40px;
    width:20%;
}
#vzBanner .check p {padding-left:30px; position:relative; margin-bottom:0; font-size:16px; line-height:26px;}

#vzBanner .check p:before {
    content: '';
    background-image: url('../img/check-20x20.png');
    background-size: 12px 12px;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left:0;
    top:7px;
}
#vzBanner .btn {
    width:20%;
    margin:55px 0 0 0;
    float:right;
}
#vzBanner .btn a {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    background-color: #fff;
    color: #29457b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .6px;
    border-radius: 8px;
    padding: 12px 30px;
    text-decoration: none;
    border: 0;
    white-space: nowrap;
    display: block;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
#vzBanner .title {font-size:20px; line-height:24px; margin-top:45px;}
#vzBanner .img {width:16%}
#vzBanner .check {width:30%; margin:45px 0 0 0}
#vzBanner .check p {font-size:14px; line-height:20px;}
#vzBanner .btn {width:18%; margin-top:65px;}
#vzBanner .btn a {font-size:12px; padding: 6px 15px;}
}

@media (min-width: 481px) and (max-width: 767px) {  
}

@media (min-width: 320px) and (max-width: 480px) {
#vzBanner {padding:10px}
#vzBanner .title {font-size:22px; line-height:24px; margin-top:5px; width:100%!important}
#vzBanner .img {display:none}
#vzBanner .check p:before {top:5px}
#vzBanner .check {width:50%; margin:20px 0 0 0}
#vzBanner .check p {font-size:14px; line-height:20px;}
#vzBanner .btn {margin-top:30px; width:40%;}
#vzBanner .btn a {font-size:12px; padding: 6px 15px;}
}