﻿

.grid-padding{
    padding:7.5px!important;
}

.section1 .img-size1{
    width:100%;
    /*height:807px;*/
}
.section1 .img-size2{
    width:100%;
    /*height:259px;*/
}

.section2 .img-size1{
    width:100%;
    /*height:533px;*/
}
.section2 .img-size2{
    width:100%;
    /*height:259px;*/
}

figure {
	margin: 0;
	background: #fff;
	overflow: hidden;
    padding:10px 10px 10px 10px;
    background-color:#521615;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}


.zoom figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

figure .show-btn{
    display:none;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    padding:10px;
    left: 0;
    right: 0;
    bottom:20%;
    text-align: center;
    max-width:150px;
    background-color:#fdb813;
    color:#ffffff;
}

figure:hover .show-btn{
    display:block;
}

.under-img{
    background-color:#000000;
    width:auto;
    padding:15px 0;
}
.under-img h3{
    text-align:center;
}

.under-img h3 a{
    color:#fdb813;
}

.under-img h3 a:hover{
    color:#ffffff;
}