@media (min-width: 1920px) and (max-width: 2560px) {



}

@media (min-width: 1600px) and (max-width: 1919px) {



}


@media only screen and (min-width: 1400px) and (max-width: 1599px) {



}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {




}

/* Medium */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .row { margin: 0px; }
    #site { height: auto; padding-bottom:30px; }
    .bannerVid { width: 100%; margin:20px 0px; }
    #Transforming { position: relative; left: 0px; bottom: 0px; width: 90%; margin: auto; }
    #Transforming h2 { color: #333333; }
    .Welcome { position: relative; }
.Welcome:before { content: ''; position: absolute; width: 100%; height: 100%; background-color:rgba(255, 255, 255, 0.5); }
.logo { margin-bottom: 10px; }
.logo,.Welcome .col-lg-9 { position: relative; z-index: 1; }
}

/* Small */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


    .row { margin: 0px; }
    #site { height: auto; padding-bottom:30px; }
    .bannerVid { width: 100%; margin:20px 0px; }
    #Transforming { position: relative; left: 0px; bottom: 0px; width: 90%; margin: auto; }
    #Transforming h2 { color: #333333; }
    .Welcome { position: relative; }
.Welcome:before { content: ''; position: absolute; width: 100%; height: 100%; background-color:rgba(255, 255, 255, 0.5); }
.logo { margin-bottom: 10px; }
.logo,.Welcome .col-lg-9 { position: relative; z-index: 1; }
}


/* Extra small */
@media (min-width: 320px) and (max-width: 767px) {
.row { margin: 0px; }
#site { height: auto; padding-bottom:30px; }
.bannerVid { width: 100%; margin:20px 0px; }
#Transforming { position: relative; left: 0px; bottom: 0px; width: 90%; margin: auto; }
#Transforming h2 { color: #333333; }


.Welcome { position: relative; }
.Welcome:before { content: ''; position: absolute; width: 100%; height: 100%; background-color:rgba(255, 255, 255, 0.5); }
.logo { margin-bottom: 10px; }
.logo,.Welcome .col-lg-9 { position: relative; z-index: 1; }


}