section.live_stream{
    background-color: #08284d;
}
.live-doofootball{
    /*padding-top: 10%;*/
    /*padding-bottom: 10%;*/
    margin: 0 auto;
    width: 100%;
}

.live-doofootball h2{
    color: #FFFFFF;
    font-family: "PSLxKittithada";
    font-size: 48px;
    text-align: center;
}    

.txt-live-doofootball{
    float: left;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-color: #4badf1;
    background-image: linear-gradient(to right bottom, #4badf1 0px, #4badf1 30%, #3082d0 100%);
    background-size: 100% auto;
}
.txt-live-doofootball h2{
    color: #FFFFFF;
      font-family: "PSLxKittithada";
    font-size: 48px;

}
.txt-live-doofootball p{
    color: #FFFFFF;
    font-family: "PSLxKittithada";
    font-size: 30px;
}

/* ส่วนกำหนดสำหรับ แสดง iframe  */
/*.frame-live-doofootball{
    position:relative;
    margin:auto;
    display:block;	
    width:100%; ความกว้างส่วนของเนื้อหา iframe ที่ต้องการแสดง
    height:440px;  ความสูงส่วนของเนื้อหา iframe ที่ต้องการแสดง 
    overflow:hidden;
}*/
/* ส่วนกำหนด สำหรับ iframe */
/*.frame-live-doofootball iframe{
    position:absolute;
    display:block;
    float:left;
    margin-left: -10px;
    margin-top: -300px;
}*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/* ส่วนกำหนดสำหรับ แสดง iframe  */
.frame-live-doofootball-flows{
    position:relative;
    margin:auto;
    display:block;	
    width:100%; /*ความกว้างส่วนของเนื้อหา iframe ที่ต้องการแสดง*/
    /*height:440px;  ความสูงส่วนของเนื้อหา iframe ที่ต้องการแสดง */
    overflow:hidden;
}
/* ส่วนกำหนด สำหรับ iframe */
.frame-live-doofootball-flows iframe{
    position: absolute;
    display: block;
}



@media (max-width: 320px) {
    .frame-live-doofootball-flows iframe{
        height: 386px;
        margin-top: -241px;
    }
    .frame-live-doofootball-flows{
        height:145px; /* ความสูงส่วนของเนื้อหา iframe ที่ต้องการแสดง */
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .frame-live-doofootball-flows iframe{
        height: 489px;
        margin-top: -254px;
    }
    .frame-live-doofootball-flows{
        height:235px; /* ความสูงส่วนของเนื้อหา iframe ที่ต้องการแสดง */
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .frame-live-doofootball-flows iframe{
        height: 674px;
        margin-top: -277px;
    }
    .frame-live-doofootball-flows{
        height: 397px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .frame-live-doofootball-flows iframe{
        height: 660px;
        margin-top: -277px;
    }
    .frame-live-doofootball-flows{
        height:383px; /* ความสูงส่วนของเนื้อหา iframe ที่ต้องการแสดง */
    }
}

@media (min-width: 1024px) {
    .frame-live-doofootball-flows iframe{
        height: 740px;
        margin-top: -300px;
    }
    .frame-live-doofootball-flows{
        height:440px; /* ความสูงส่วนของเนื้อหา iframe ที่ต้องการแสดง */
    }
}
