    .content > h3 {
        font-size: 1.4em;
        margin: 35px auto -18px;
        max-width: 920px;
    }
    #slide_wrap {
        width: 90%;
        max-width: 990px;
        height: 40vw;
        max-height: 500px;
        margin: 0px auto 0px;
    }
	.slider-border
	{
		border: 1px solid #D8D7D7;
		border-radius: 20px;
	}
    .lcms_contents_fullheight .lcms_content {
        top: 0;
    }
    .lcms_nopadding .lcms_content {
        padding: 0;	
    }
    .lcms_txt_padding .lcms_content {
        padding: 25px;	
        overflow: auto;
        font-size: 15px;
        line-height: 20px;
        background: rgba(0, 0, 0, 0.45);
    }
    #txt_heading {
        font-size: 30px;
        margin: 0 0 28px;
        color: #fff;
        background: linear-gradient(-251deg, #348f50 , #56b4d3);
        padding: 14px 15px;
        display: inline-block;
        border-radius: 2px;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    }
    .lcms_content > p {
        line-height: 1.4em;    
    }

    #extra_nav_left, 
    #extra_nav_right {
        color: #aaa;
        opacity: 0.7;
        cursor: pointer;
        position: relative;
        top: -325px;
        /*margin-top: -10px;*/
        width: 30px;
        filter: none !important;
        z-index: 9999;
        transform: none;
        transition: opacity .2s ease;
    }
    #extra_nav_left {
        left: 30px;
        right: auto;
    }
    #extra_nav_right {
        right: 30px;
        left: auto;
        float: right;
    }
    #extra_nav_left:hover, 
    #extra_nav_right:hover {
        opacity: 1;    
    }
    @media screen and (max-width:1030px) { 
        #slide_wrap {
            height: 60vh;
            max-height: none;
        }
        .content > h3 {
            margin: 35px 5% -18px;
            text-align: center;
        }
    }    
    @media screen and (max-width:1200px) { 
        #slide_wrap {
            width: 100%;
            max-width: calc(100% - 130px);
        }
        #extra_nav_left, 
        #extra_nav_right {
            width: 30px;
            top: -33vh;
        }
        #extra_nav_left {
            left: 18px;
        }
        #extra_nav_right {
            right: 18px;
        }
    }