﻿
  @media (min-height:800px) {

     .col-md-1 {
          background: #C27D5C;
          height:800px;
      }
  }
  @media (min-width:250px) and (max-width:720px) {

  figcaption {
      background-image: radial-gradient(circle,#DEDEDE,#C27D5C);
      position: center;
      padding: 8px;
      height: 200px;
  }
 }

    @media (min-width:721px) {

        figcaption {
            background-image: radial-gradient(circle,#DEDEDE,#C27D5C);
            position: center;
            padding: 8px;
            height: 160px;
        }
 }


            figcaption a {
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                text-align: center;
                color: #4D4141;
                font-size: 15px;
                position: relative;
                text-decoration: none;
                padding: 4px 0;
                transition: 0.5s;
                display: block;
                font-weight: bold;
                text-transform: uppercase;
                cursor: default;
            }

                figcaption a::after {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 3px;
                    top: 100%;
                    left: 0;
                    background: #C27D5C;
                    transition: transform 0.5s;
                    transform: scaleX(0);
                    transform-origin: right;
                    text-decoration: none;
                }

                figcaption a:hover {
                    color: #1A1818;
                    text-decoration: none;
                }

                    figcaption a:hover::after {
                        transform: scaleX(1);
                        transform-origin: left;
                        text-decoration: none;
                    }
                figcaption p {
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                text-align: center;
                color: #575757;
                font-size: 13px;
                position: relative;
                text-decoration: none;
                transition: 0.5s;
                display: block;
                font-weight: bold;
                text-transform: uppercase;
                cursor: default;
            }

        .col-md-11 {
            padding: 0 3%;
        }
     .col-md-11 .row   .col-md-6 {
           padding-bottom:15px;
        }