/*Image Aspect Ratio*/
.ratio {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .4);
}

.ratio1-1 {
    padding-top: 100%;
}

.ratio2-1 {
    padding-top: 50%;
}

.ratio4-3 {
    padding-top: 75%;
}

.ratio16-9 {
    padding-top: 56.25%;
}

.ratio img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/*Caption image inside class ratio*/
.ratio .img-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.list-p-vertical-v1 .list-p-img img {
    width: auto;
}

.list-p-horizontal-wimg {
    width: 100%;
}

.list-p-horizontal-wimg .list-p-thumb {
    width: 260px;
}

.overlay {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 0;*/
    /*background-color: rgba(0, 0, 0, .4);*/
}

.content-gallery a img {
    filter: brightness(30%);
    -webkit-filter: brightness(30%);
    -moz-filter: brightness(30%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.content-gallery a:hover img {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.grid-sizer, .grid-item {
    /*padding: 0 !important;*/
}

.list-p-horizontal .list-p-title h2 {
    color: #e7ba6f;
}
.list-p-horizontal-wimg{
    height: auto;
}

.indent-left-30{
    padding-left: 30px;
}

#company-profile-video .list-p-horizontal-wimg .list-p-thumb .list-p-img-square{
    height: auto;
    width: auto;
}

#company-profile-video .list-p-horizontal-wimg .list-p-thumb {
    width: 50%;
}
