﻿
/**********************************באנרים לובי*************************************/
.bannerLobby {text-align:right; width:100%; list-style-type:none;}
.bannerLobby .item {width: 29%;margin: 0% 2%;float:right;position:relative;}
.bannerLobby .item>a {color: #fff;}
.bannerLobby .item .img {width: 100%;height: 255px;background-repeat: no-repeat;background-color: #d0d0d0;border: 1px solid #969696;background-position-x: 50%;}
.bannerLobby .item .bg {background-color:rgba(0, 52, 115, 0.85);padding: 1px 10px;color:#fff;font-weight:bold;height: 37px;width: 100%;position: relative;bottom: 0px;right:0;font-size:20px;text-align: center;margin-bottom: 25px;}

@media (max-width: 1024px) {
.bannerLobby .item .img {height: 220px;background-size: contain;}
.bannerLobby .item .bg {height: 31px;font-size:18px;line-height: 22px;}    
}

@media (max-width: 700px) {
.bannerLobby .item {width: 44%;margin: 0% 1.5%;}
.bannerLobby .item>a {color:#fff;}
.bannerLobby .item .img {height: 340px;background-size: contain;}
.bannerLobby .item .bg {height: 37px;font-size:20px;line-height: 27px;}
}

@media (max-width: 480px) {
.bannerLobby .item .img {height: 241px;}
.bannerLobby .item .bg {height: 30px;line-height: 24px;}
}
