@media only screen and (min-width: 1366px) {
#dispvip3 {display: none;}
#dispvip4 {
width:25%;
float:left;
display:inherit!important;}
}
@media only screen and (max-width: 1366px) {
#dispvip3 {
width:33%;
float:left;
display:inherit!important;
}
#dispvip4 {display: none;}
}