


@media (min-width:1025px) {

    #content {
    	width: 975px; 
    	position: relative; left:-16px;
    	 
    }

    #my-hero {
        width:100%;
        height:351px;
        background: url('https://www.mt.com/content/dam/LabDiv/lps/uncertainty/header1.jpg') 0 0 no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -background-size: cover; 
    }

    #my-text-box {
    	position: relative; 
    	left: 140px; 
    	margin: 30px 0px 0px 0px; 
    	width: 710px; 
    	padding-bottom: 20px;
    }

    #my-text {
    	font-size: 14px; line-height: 20px; font-weight: normal; margin: 0px 0px 0px 0px; position: relative; padding: 0 0 20px 0; 
    }

    #my-guide-thumb {
    	position: absolute; 
    	left: -160px; top: -5px;
    	display: none;
    }

    #my-wp-preheader {
    	font-size: 20px; margin-bottom: 7px;
    }

    #my-header {
    	font-size: 36px;  line-height: 42px;
    }

    #my-main-text{
    	font-size: 16px; line-height: 22px; margin-top: 25px;

    }


    /*feedback form*/
    #breadcrumb_layer {display: none;}
    .feedbackb  {margin: 30px 150px 70px 140px; padding-bottom:50px;} 
    .fb_form_section_title{display:none!important;}
    .feedbackTitleWrapper{width:450px!important;}


    /*Make Titles and texts inside FI bigger*/
    #overviewpl .carousel_title.large {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    .carouselbase_frame .textframe div.carousel-text p {
        font-size: 1.2rem;
        line-height: 140%;
    }



    /*My style for content built with text component*/
    /*my Text blocks*/  
        .myTextWrapper {
            margin: 0;
            margin-bottom: 2rem;
            padding: 0.8rem 0 20px 50px;
            box-sizing: border-box;
            /*border: 1px solid #f0f0f0;*/


                background: #ffffff;
                background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
                background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
                background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
                -webkit-box-shadow: 0px 5px 5px -4px rgba(102,102,102,1);
                -moz-box-shadow: 0px 5px 5px -4px rgba(102,102,102,1);
                box-shadow: 0px 5px 5px -4px rgba(102,102,102,1);
                
             


        }

        .myTextColumn {
            width: 33%;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0 4rem 0 0;
            box-sizing: border-box;
        }

        .myTextColumn h3 {
            font-size: 20px;
            line-height: 26px;
            font-weight: bold;
            margin: 1rem 0 0.2rem 0;
            padding: 1rem 0 0 0;
            display: inline-block;
        }
                
                /*blue triangle*/
                /*#myTextSection2 .myTextColumn h3:before {
                    content: "";
                    display: inline-block;
                    width: 0;
                    height: 0;
                    position: relative;
                    top: 0.2rem;
                    margin: 0 0.5rem 0rem 0;
                    border-style: solid;
                    border-width: 10px 0 10px 12px;
                    border-color: transparent transparent transparent #007bff;
                    line-height: 0px;
                    _border-color: #000000 #000000 #000000 #007bff;
                    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
                }
*/


                #myTextSection2 .myTextColumn h3:last-of-type {
                    margin-top: 0rem;
                }


        .myTextColumn p {
            font-size: 14px;
            line-height: 18px;
        }


        .myTextWrapper#myFamilyIntro .myTextColumn {
            width: 66%;
        }

        /*images @ columns*/
        .text img, .textimage img {
            padding: 5px 0 0 0!important;
            /*width: 100%;*/
            height: auto;

            margin: 0 0 1rem 0;

            -webkit-box-shadow: 0px 5px 5px -4px rgba(102,102,102,1);
            -moz-box-shadow: 0px 5px 5px -4px rgba(102,102,102,1);
            box-shadow: 0px 5px 5px -4px rgba(102,102,102,1);
        }

        .myTextColumn img {
            width: 100%;
        }



        /*original layout fix*/
                .p5tabs .text {
                    padding: 0!important;
                }

                .productcomparison .comparisonTableLabel {
                    display: none;
                }

                .carouselbase_frame_main_image img{
                    top: -3px!important;
                }

                h3.carousel_title.large {
                    margin-bottom: 0.3rem;
                }

                p.carousel_title.large {
                    margin-top: 0rem;
                }

                p.carousel_sub_title.large strong {
                    line-height: 130%;
                    margin-top: 0;
                    padding-top: 0;
                }
        


        /*feedback teaser*/
         
        .feedback-teaser .text-box .line-header {
            display: block;
            margin-bottom: 1rem;
        }

        .feedback-teaser {
            background-color: rgba(135, 190, 255, 0.18);
            position: relative;
            box-sizing: border-box;
            padding: 1rem 4rem 0 4rem;
        }

        .feedback-teaser .text-box, .feedback-teaser .qa-badges {
            width: 80%;
            padding: 20px;
            padding: 2rem;
        }

        .feedback-teaser .text-box.left, .feedback-teaser .qa-badges.left {
            position: relative;
             left: 0px; 
        }




}

@media (max-width:1024px) {
    #my-page-header-container {display: none;}


	#my-hero {
        width:100%;
        height:400px;
        background: url('https://www.mt.com/content/dam/LabDiv/lps/uncertainty/mobile-header.jpg') top right no-repeat;
        background-size:cover; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -background-size: cover; 
    }


    #my-text-box {
        display: block;
    	position: relative; 
        left: 0; top: -200px;
        margin: 30px 0px 0px 0px; 
        width: 90%!important; 
        margin: 0 5% 20px;
    }

            .feedbackb  { position: relative; top:-100px;} 


    #my-text {
    	font-size: 14px; line-height: 20px; font-weight: normal; margin: 0px 0px 0px 0px; position: relative; padding: 0 0 20px 0; 
    }

    #my-guide-thumb {
    	position: relative; 
    	display: block;
    	margin: 20px auto;
    	margin-left: auto; margin-right: auto;
        width: 140px;
    	 
    }

    #my-wp-preheader {
    	font-size: 20px; margin-bottom: 7px; background-color: rgba(255,255,255,0.5);
    }

    #my-header {
    	font-size: 30px;  line-height: 38px; background-color: rgba(255,255,255,0.5);
    }

    #my-main-text{
    	font-size: 16px; line-height: 22px; margin-top: 25px;

    }





    .myTriageTitle h2 {
        display: inline-block;
        box-sizing: border-box;
        margin: 2rem 0 0 10px;
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: normal;
    }



    .myTextWrapper {
        padding: 1rem;
    }

    .myTextColumn {
        width: 99%;
        padding: 0 2rem 0 0;
    }


    .feedback-teaser {
        padding: 0;
    }

    .feedback-teaser .feedback-a-include {
        bottom: 5%;
        top: auto!important;
    }

    .feedback-teaser .text-box {
        width: 75%!important;
    }

    .feedback-teaser .line-teaser img {
        vertical-align: middle;
        display: block;
        float: both;
        float: none;
        margin: auto;
    }

    /*green button*/
    /*.feedback-teaser .feedback-a-include.right {
        right: auto;
        display: block;
        margin: auto 35%;
    }*/


    /*video overlay fix*/

    .embeddedvideo.section {
        padding: 1rem!important;
    }

    .mediaPreviewImage .mediaVideoIcon {
        left: 20%;
        top: 20%;
    }

    .mediaPreviewImage img {
        width: 100%;
        height: auto;
    }

    .mediaContainer {
        height: 100%!important;
        width: auto!important;
    }

}