/* customise Galleria style */


#ltc-propdt-inner,
#ltc-propft-inner {
    background-color: #f0f0f0;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding: 0 0 70.6976744186047% 0 ;
}
#ltc-propdt-inner > div,
#ltc-propft-inner > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 0;
}
#ltc-propdt-inner > div:first-of-type,
#ltc-propdf-inner > div:first-of-type{
    z-index: 1;
}
#ltc-propdt-inner > div > img,
#ltc-propft-inner > div > img,
#ltc-propft-inner .galleria-theme-classic img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#ltc-propdt-inner > div > video,
#ltc-propft-inner > div > video{
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#ltc-propdt-inner > div > iframe,
#ltc-propft-inner > div > iframe{
    width: 100% !important;height: 100% !important;max-height: 100%;max-width: 100%;display: inline-block;position: relative;z-index: 1;border:none;
}
#ltc-propdt-inner > div > a,
#ltc-propft-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-propdt-inner > div > a:hover,
#ltc-propft-inner > div > a:hover{
    text-decoration: none;
}
#ltc-propdt-inner > div > a.prev,
#ltc-propft-inner > div > a.prev{
    left:  10px;
}
#ltc-propdt-inner > div > a.next,
#ltc-propft-inner > div > a.next{
    right:  10px;
}
