@charset "utf-8";
/* CSS Document */

.uc_fresh_food_menu *{margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;}
   


.uc_fresh_food_menu{ border:3px solid #f7f7f7; height:255px; width:100%; overflow:hidden; text-align:center;}
.uc_fresh_food_menu .uc_fresh_food_menu_pic{ float:left; width:50%;height:255px; }
.uc_fresh_food_menu_pic img{ width:100%;height: 255px;}
.uc_fresh_food_menu .uc_fresh_food_menu_right{ float:left; width:50%; position:relative; height:100%;border-left:3px solid #f7f7f7;}
.uc_fresh_food_menu .uc_fresh_food_menu_right .uc_fresh_food_menu_inner{ position:absolute;left:0px; top:50%; transform:translatey(-50%); width:100%;font-family: 'Montserrat', sans-serif; font-size:14px;}
.uc_fresh_food_menu .uc_fresh_food_menu_right .uc_fresh_food_menu_inner h2{font-family: 'Playball', cursive; font-size:40px; margin:0px; padding:0px;}
.uc_fresh_food_menu .uc_fresh_food_menu_right .uc_fresh_food_menu_inner p{ letter-spacing:2px;}

@media screen and (max-width:414px){
.uc_fresh_food_menu{ width:auto; height:100%;}
.uc_fresh_food_menu .uc_fresh_food_menu_pic{ width:100%;}
.uc_fresh_food_menu .uc_fresh_food_menu_right{ width:100%;position: inherit;border-left:none;}
.uc_fresh_food_menu .uc_fresh_food_menu_right .uc_fresh_food_menu_inner{position: inherit;left: 0px;top: 0;transform: inherit; margin:20px 0;}
.uc_fresh_food_menu_pic img { height: auto;}
}