.magPanel-inner {
    position: relative;
    padding: 70px 0;
    z-index: 1;
    text-align: right;
    color: #fff;
}
.magPanel-inner:before {
    content: '';
    display: block;
    width: 3000px;
    top: -10px;
    bottom: -10px;
    position: absolute;
    left: -50px;
    z-index: -1;
    background: #1c2931;
    border: solid 1px #1c2931;
    padding: 1px;
    background-clip: content-box;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.subtitle .txt {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
    .subtitle .txt:before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .subtitle .txt:after {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
    }
.superText {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-bottom: 30px;
    letter-spacing: 0;
}
.magPamainCardPanel::after, .containerMagic::after {
    clear: both;
    content: " ";
    display: table;
}
.magPanel{
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.containerMagic:before
{
    content: " ";
    display: table;
}
@media (max-width: 992px) {
    .magPanel {
        background: #1c2931;
    }
}
@media (min-width: 1230px) {
    .col-lg-offset-7 {
        margin-left: 44.33333333%;
    }
    .col-lg-5 {
        width: 55.66666667%;
    }
}
@media (max-width: 1230px) {
    .magPanel-inner:before  {
       left:-120px;
    }

}