﻿

.t-s-video-container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}
.t-s-video-container::after {
    content: "";
    display: block;
    clear: both;
}

.t-s-video-box {
    position: relative;
    height: 275px;
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
    background-size: cover;
    background-position: center;
}
.t-s-video-box.ff-bg {
    background-image: url("/library/img/fall/fly-fishing.jpg");
}
.t-s-video-box.hh-bg {
    background-image: url("/library/img/fall/hiking.jpg");
}
.t-s-video-box.kk-bg {
    background-image: url("/library/img/fall/kyaking.jpg");
}
.t-s-video-box.bb-bg {
    background-image: url("/library/img/fall/boating.jpg");
}

@media screen and (max-width: 755px) {
    .t-s-video-box {
        width: calc(100% - 20px);
    }
}

.t-s-video-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center;
}
.t-s-video-box-content h3 {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
}
.t-s-video-box-content .t-s-button {
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .1em;
    border: 2px solid #fff;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    transition: all 400ms;
    display: inline-block; 
    text-decoration: none;
}

.t-s-video-box-content .t-s-button:hover {
    background: #fff;
    color: black;
}
