.photo_preview_holder {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 30px;
    text-align: left;
    height: 570px;
    overflow: hidden;
}
.photo_preview{
    width: 100%;
    background: #000;
    position: relative;
    margin: 0px;
}

.photo_preview .adrow{
    color: #888;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 0px;
    text-align: center;
}
.photo_preview .leaderboard{
    background-image: url(http://images.gmanews.tv/v3/img/side_adv.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.photo_preview_image_container{
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 410px;
    height: 410px;
}

.photo_preview .photo_preview_image_holder img{
    width: 100% !important;
    /* height: 100% !important; */
    max-width: 580px;
    max-height: 410px;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.photo_preview .photo_preview_image_holder{
    padding: 15px 1%;
    position: relative;
    float: left;
    height: 440px;
    width: 57.5%;;
}

.photo_preview .photo_preview_detail_holder{
    height: 440px;
    padding: 15px 1%;
    position: relative;
    width: 42.5%;
    float: right;
}
.photo_preview .photo_preview_detail_holder .photo_preview_detail{
    /*margin: auto 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50%;    
    left: 0;*/
    color: #fff;

}
.photo_preview .photo_preview_detail_holder .photo_preview_detail .photo_preview_detail_title{
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0px;
    font-family: 'PT Sans';
    line-height: 30px;
    max-height: 92px;
}
.photo_preview .photo_preview_detail_holder .photo_preview_detail .photo_preview_detail_date{
    font-size: 12px;
    line-height: 13px;
}
.photo_preview .photo_preview_detail_holder .photo_preview_detail .photo_preview_detail_description{
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}
.photo_preview a{
    color: white;
}
.photo_preview a.full_view{
    opacity: 0.5;
    color: #fff;
}
.photo_preview a.full_view:hover{
    opacity: 1;
}
.photo_preview a.hide_preview{
    opacity: 0.5;
}
.photo_preview a.hide_preview:hover{
    opacity: 1;
}
.photo_preview a:active, .photo_preview a:selected, .photo_preview a:visited { 
    border: none;
    outline: none;
}

@media (max-width: 1199px) and (min-width: 992px){
    .photo_preview .photo_preview_detail_holder .photo_preview_detail .photo_preview_detail_description{
        max-height: 170px;
        height: 170px;
        overflow: hidden;
        font-size: 14px;
    }
    
    .photo_preview .photo_preview_detail_holder .photo_preview_detail .photo_preview_detail_title{
          font-size: 25px;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .photo_preview .photo_preview_detail_holder .photo_preview_detail .photo_preview_detail_description{
        max-height: 180px;
        height: 180px;
        overflow: hidden;
        font-size: 14px;
        line-height: 16px;
    }
    
    .photo_preview .photo_preview_detail_holder .photo_preview_detail .photo_preview_detail_title{
          font-size: 24px;
    }
}