| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/vx_testing/layout/style/ |
Upload File : |
/*==================================================
= Bootstrap 3 Media Queries =
==================================================*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
.himage {
width:190px;
height:128px;
}
.ads {
width:260px;
height:52px;
}
.phoneBG {
background-size:auto 100%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.hlist {
width:auto;
}
.hbutton {
width:100%;
}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.hlist {
width:auto;
}
.hbutton {
width:100%;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.hlist {
width:auto;
}
.hbutton {
width:100%;
}
.hleg {
display:none;
}
.hitem {
text-align:left;
vertical-align:top;
}
}
@media only screen and (min-width : 1300px) {
.hlist {
width:400px;
}
.hbutton {
width:200px;
}
.hitem {
text-align:center;
vertical-align:middle;
}
}
/*========== Non-Mobile First Method ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}