﻿@import url(../../CSS/1024.css) all and (min-width: 1100px);
@import url(../../CSS/800.css) all and (min-width:651px) and (max-width: 1099px);
@import url(../../CSS/mobile.css) all and (max-width:650px);

@media only screen and (min-width:1450px) and (max-width: 1550px) {
   
}

@media only screen and (min-width:1551px) {

    .SpeakersBoxs .item {
        height: 380px;
    }
    .SpeakersNew {
        width:80%;
        height: auto;
        float: none;
        display:block;
        margin:0 auto;
        margin-top: 50px;
    }
    .SpeakersNew .item {
        height: 600px;
    }
    }

    @media only screen and (min-width:2260) {
        .SpeakersNew .item {
            height: 650px !important;
        }
    }
