247Booking iFrame for PC and Mobile
CSS
#home_content_247b_outer_pc {
width: 100%;
display: inline-block;
text-align: center;
}
#home_content_247b_outer_mob {
width: 100%;
display: none;
text-align: center;
}
#customerlogin {
color: #FFFFFF;
font-size: 12px;
text-align: right;
background-color: #528CB5;
padding: 10px;
width: 220px;
margin: 0px;
}
@media screen and (max-width:1024px) {
#home_content_247b_outer_pc { display: none; }
#home_content_247b_outer_mob {display: inline-block; }
#customerlogin { width: 280px; }
}
@media screen and (max-width:600px) {
#home_content_247b_outer_pc { display: none; }
#home_content_247b_outer_mob {display: inline-block; }
#customerlogin { width: 280px; }
}