
div#record-one .t251__col_left {
    width: 50%;
}

div#record-one .t251__col_right {
    width: 50%;
}

div#record-one .t251__block {
    position: relative;
}

div#record-one .t251__block .t251__bg,
.easy-modal .t251__block .t251__bg {
    -webkit-box-shadow: inset 0 -107px 104px -9px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0 -107px 104px -9px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 -107px 104px -9px rgba(0, 0, 0, 0.9);
}

div#record-one .t251__block .t251__bg2,
.easy-modal .t251__block .t251__bg2 {
    -webkit-box-shadow: inset 0 133px 239px -9px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0 133px 239px -9px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 133px 239px -9px rgba(0, 0, 0, 0.9);
}

.t251__block .desc {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

div#record-one .t251__block .t251__bg:hover,
.easy-modal .t251__block .t251__bg:hover,
div#record-one .t251__block .t251__bg2:hover {
    -webkit-box-shadow: inset 0 -107px 104px -9px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0 -107px 104px -9px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0 -107px 104px -9px rgba(0, 0, 0, 0.65);
}

.t251__block .desc .title {
    font-size: 40px;
    font-family: 'Georgia', sans-serif;
    font-weight: 600;
    color: #fff;
}

.t251__block .desc .subtitle {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.t251__block .desc .separator {
    border-bottom: 4px solid #a50000;
    margin-top: 8px;
    width: 100px;
    display: block;

}

@media screen and (max-width: 750px) {
    div#record-one .t251__col_left {
        width: 100%;
        float: left;
    }

    div#record-one .t251__col_right {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 900px) {
    div#record-one .t251__col_left {
        width: 100%;
        float: left;
    }

    div#record-one .t251__col_right {
        width: 100%;
        float: left;
    }
}

.t251__block {
    display: block;
    height: 100%;
}

.t251__block.t251__block_small {
    height: 50%;
}

.t251__bg,
.t251__bg2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.easy-modal {
    width: 80%;
    /*padding: 2em;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    background-color: white;
}

.easy-modal .t251__block a {
    text-decoration: none;
    font-size: 25px;
}

img.post {
    width: 100%;
}

.easy-modal p.desc {
    font-size: 40px;
    padding: 15px 5px;
    text-align: center;
    font-family: 'Georgia', sans-serif;
    font-weight: 600;
}

.t102__title {
    font-size: 52px;
    font-family: 'Georgia', sans-serif;
}

@media screen and (max-width: 720px) {
    .t102__title {
        font-size: 8vw;
    }
}

@media screen and (max-width: 450px) {
    .easy-modal p.desc {
        font-size: 25px;
    }

    .easy-modal .t251__block .desc .title {
        font-size: 22px !important;
    }

    .easy-modal .t251__block a {
        font-size: 18px;
    }

}

.t-text strong {
    font-weight:bold;
}

a.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    background-color: #8f6936;
    opacity: .6;
}
