.advanced-product-overview .feature {
    padding: 0 20px;
}

.advanced-product-overview .dark {
    background-color: #000;
    color: #fff;
}

.advanced-product-overview .dark h1 {
    color: #fff;
}

.advanced-product-overview .light {
    background-color: #fff;
}

.advanced-product-overview  ul {
    list-style: disc;
    padding: 0;
    margin: 0;
}
.advanced-product-overview  ol {
    list-style: decimal;
    padding: 0;
    margin: 0;
}
.advanced-product-overview  li { 
    padding-left: 16px;
    margin-left: 15px;
}

.advanced-product-overview .feature:before,
.advanced-product-overview .feature:after,
.advanced-product-overview .feature-content-only:before,
.advanced-product-overview .feature-content-only:after,
.advanced-product-overview .feature-video:before,
.advanced-product-overview .feature-video:after{
    content: '';
    display: table;
}
.advanced-product-overview .feature:after,
.advanced-product-overview .feature-content-only:after,
.advanced-product-overview .feature-video:after
{
    clear: both;
}

.advanced-product-overview .left {
    float: left;
    width:50%;
}
.advanced-product-overview .right {
    float: right;
    width:50%;
}
.advanced-product-overview .center {
    float: none;
    width:100%;
}

.advanced-product-overview .left .pad, 
.advanced-product-overview .right .pad,
.advanced-product-overview .center .pad{
    position: relative;
}
.advanced-product-overview .left .pad{float: left;}
.advanced-product-overview .right .pad{float:right;}
.advanced-product-overview .center .pad{float:none; margin: auto}

/*Text without image*/
.advanced-product-overview .feature-content-only.left,
.advanced-product-overview .feature-content-only.right{width: 100%}

/*Text content style*/
.advanced-product-overview .feature-content .pad, 
.advanced-product-overview .feature-content-only .pad {
    padding:10px;
}
.advanced-product-overview .feature-content .light-bg,
.advanced-product-overview .feature-content-only .light-bg {
    background: rgba(255, 255, 255, .6);
}
.advanced-product-overview .feature-content .dark-bg,
.advanced-product-overview .feature-content-only .dark-bg {
    background: rgba(0, 0, 0, .6);
}


.advanced-product-overview .feature-bg{
    min-height:100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
}
.advanced-product-overview .feature-image img {
    max-width: 100%;
    max-height: 100%;
}

.video-wrapper {    
    position: relative;
    padding: 20% 0;
    height: 0;
    margin: 0 auto;
    width: 70%;
}
.video-wrapper iframe {   
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    border: 0;
}

.po-button{
    font-family: "Exo_Semibold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
    text-rendering: optimizeLegibility !important;
    margin:10px 15px;
}
.po-video span span{margin-right: 8px}
.po-video{
    position:relative;
}
.po-video:after{
    content: "\f144";
    font-family: 'icomoon';
    font-size: 18px;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    .po-button{
        margin: 10px 0px !important;
    }
    .advanced-product-overview .feature{height: auto !important}
    .advanced-product-overview .feature-content,
    .advanced-product-overview .feature-image {
        width: 100%;
    }
    .advanced-product-overview .right, 
    .advanced-product-overview .left  {
        float: none;
    }
    .advanced-product-overview .feature-image img {
        max-width: 80%;
        max-height: 80%;
        width: auto !important;
        height: auto !important;
        margin: auto !important;
    }
    .advanced-product-overview .right .pad, 
    .advanced-product-overview .left .pad,
    .advanced-product-overview .center .pad{
        margin: auto !important;
        width: auto !important;
        height: auto !important;
        right: 0px !important;
        left: 0px !important;
        text-align: center !important;
        float: none !important;
        vertical-align: middle;
        
    }
    .video-wrapper {
        width: 100%;
    }
    .video-wrapper iframe {
         padding:5px 0;
    }
    
}
