@media only screen and (max-width: 768px) {

    a {
        font-size: .85em;
    }
}

@media only screen and (min-width: 768px) {

    a {
        font-size: 1em;
    }
}

a:link,
a:visited,
a:hover,
a:active {
    display: inline-block;
    font-family: OpenSans-Italic;
    color: #1a1a1aff;
    font-weight: normal;
}

.btn-icon:link,
.btn-icon:visited,
.btn-icon:hover,
.btn-icon:active,
.btn-general:link,
.btn-general:visited,
.btn-general:hover,
.btn-general:active {
    background-color: rgba(256, 256, 256, .75);
    border-radius: 12.5px;
    padding: 12.5px;
    color: #1a1a1aff;
    text-decoration: none;
}

.btn-icon2:link,
.btn-icon2:visited,
.btn-icon2:hover,
.btn-icon2:active {

    padding: 20px;
    text-decoration: none;


    background-size: cover;
    background-position: center;
}

.btn-icon:link,
.btn-icon:visited,
.btn-icon:hover,
.btn-icon:active {
    width: 100%;
    border-radius: 12.5px;
    padding: 12.5px;

    background-position: 6.25px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(256, 256, 256, .75);

    color: #1a1a1aff;
    text-decoration: none;
    text-align: center;
}

/*Initial Container*/
.btn-picture,
.btn-product-service,
.btn-event {
    /* Aspect ratio*/
    width: 100%;
    position: relative;
}

/*Aspect Ratios */
.btn-picture,
.btn-product-service {
    padding-top: 100%;
}

.btn-event {
    padding-top: 162%;

}

/*content*/
.btn-picture div,
.btn-product-service div,
.btn-event div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*Images*/
.btn-product-service span:nth-of-type(1) {
    border-radius: 12.5px 12.5px 0 0;

    width: 100%;
    height: 66.66%;
}

.btn-picture span:nth-of-type(1),
.btn-event span:nth-of-type(1) {
    border-radius: 12.5px;

    width: 100%;
    height: 100%;
}

.btn-picture span:nth-of-type(1),
.btn-product-service span:nth-of-type(1),
.btn-event span:nth-of-type(1) {
    position: absolute;


    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*Text*/
.btn-product-service span:nth-of-type(2) {
    width: 100%;
    height: 33.33%;
}

.btn-event span:nth-of-type(2) {

    width: 100%;
    height: 33.33%;
}

.btn-event p,
.btn-product-service p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}

.btn-event span:nth-of-type(2),
.btn-product-service span:nth-of-type(2) {
    /*container*/
    position: absolute;
    bottom: 0;

    /*background*/
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 0 12.5px 12.5px;


    /*Text*/
    color: white;
    text-align: center;

    /*font-size: 1em;*/
}
