body{
    overflow-x: hidden
}
.wrapper.la-nav{
    overflow: visible;
}
a.la-links {
    float: none
}
section.main {
    padding-top: 0px
}
.la-button-value {
    width:100%;
}
#la-button-one{
    background-color:#0d2727;
    background-image: url("../Gallery/landing/la-shadow.png"), url("../Gallery/landing/btn-html-img.jpg");
    background-repeat:repeat-x, no-repeat;
    background-position: top, bottom left
}
#la-button-one:hover{
    background-image: url("../Gallery/landing/btn-html-img.jpg");
    background-repeat: no-repeat;
    background-position:bottom left
}
#la-button-two{
    background-color:#005624;
    background-image: url("../Gallery/landing/la-shadow.png"), url("../Gallery/landing/btn-video-img.jpg");
    background-repeat:repeat-x, no-repeat;
    background-position: top, bottom left
}
#la-button-two:hover{
    background-image: url("../Gallery/landing/btn-video-img.jpg");
    background-repeat: no-repeat;
    background-position:bottom left
}
#la-button-three{
    background-color:#463f28;
    background-image: url("../Gallery/landing/la-shadow.png"), url("../Gallery/landing/btn-games-img.jpg");
    background-repeat:repeat-x, no-repeat;
    background-position: top, bottom left
}
#la-button-three:hover{
    background-image: url("../Gallery/landing/btn-games-img.jpg");
    background-repeat: no-repeat;
    background-position:bottom left
}
#la-button-four{
    background-color:#219390;
    background-image: url("../Gallery/landing/la-shadow.png"), url("../Gallery/landing/btn-mobile-img.jpg");
    background-repeat:repeat-x, no-repeat;
    background-position: top, bottom left
}
#la-button-four:hover{
    background-image: url("../Gallery/landing/btn-mobile-img.jpg");
    background-repeat: no-repeat;
    background-position:bottom left
}
#la-button-five{
    background-color:#ec1f26;
    background-image: url("../Gallery/landing/la-shadow.png"), url("../Gallery/landing/btn-kids-img.jpg");
    background-repeat:repeat-x, no-repeat;
    background-position: top, bottom left
}
#la-button-five:hover{
    background-image:  url("../Gallery/landing/btn-kids-img.jpg");
    background-repeat: no-repeat;
    background-position:bottom left
}
.la-content-box{
    height:135px;
    overflow:hidden;
    position:relative;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important
}
.la-title {
    width:100px;
    position:absolute;
    right:150px;
    color:white;
    text-align:right;
    text-shadow:0 0 10px rgba(0,0,0,0.7);
    font-size:28px;
    font-family:'open Sans Condensed', sans-serif;
}

.la-grow:hover{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    transition: transform 200ms;
    z-index:100;
    position:relative;
    -webkit-filter: saturate(1.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.la-grow:hover > div > .la-title{
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: transform 200ms;

}
@media screen and (max-width: 499px){
   .la-title {
    font-size:28px;
    width: 110px;
    height: 40px;
    right:0;
    background-color:rgba(0,0,0,0.5);
    text-align: center;
    padding-right: 20px
} 
    
}
