/* customise Galleria style */
#ltc-buildinfo-inner .galleria-theme-classic { background-color: #f0f0f0; }

#ltc-buildinfo-inner { /*height: 570px;*/ background-color: #f0f0f0;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding: 0 0 70.6976744186047% 0 ;
}
#ltc-buildinfo-inner > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 0;
}
#ltc-buildinfo-inner > div:first-of-type{
    z-index: 1;
}
#ltc-buildinfo-inner > div > img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1
}

#ltc-buildinfo-inner > div > video{
    width: 100%    !important;
    height: 100%    !important;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1
}
#ltc-buildinfo-inner > div > a{
    display: block;
    position: absolute;
    z-index: 2;
    width: 62px;
    height: 124px;
    line-height: 124px;
    top: 50%;
    margin-top: -62px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
#ltc-buildinfo-inner > div > a:hover{
    text-decoration: none;
}
#ltc-buildinfo-inner > div > a.prev{
    left:  10px;
}

#ltc-buildinfo-inner > div > a.next{
    right:  10px;
}

@media (max-width:767px){
/*    #ltc-buildinfo-inner { height: 320px; }*/
}

@media (min-width:768px) and (max-width:991px){
/*    #ltc-buildinfo-inner { height: 450px; }*/
}

@media (min-width:992px) and (max-width:1199px){
/*    #ltc-buildinfo-inner { height: 500px; }*/
}

