.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-info {
    width: 100%;
}

.product-info>tbody>tr>td {
    padding: 3px 5px;
    vertical-align: top;
}

.product-info>tbody>tr>td>a {
  font-size: 15px;
}

.product-info .title {
    font-weight: bold;
    text-align: right;
    width: 30%;
}

.img-square {
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.img-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.img-square-content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.title-subrow {
    font-size: 20px;
    font-style: italic;
    color: #7C7474;
    display: inline-block;
    margin-top: 0.5rem;
}

.product-price-table>tbody>tr>td {
    text-align: center;
    padding: 3px;
}

.ekko-lightbox-nav-overlay a {
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

.thumbnail {
    width: 70px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 3px;
    padding: 2px;
}

.work-relation-icon {
    position: absolute;
    top: 0px;
    left: -10px;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 60px 60px 60px 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    background-color: #346;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.work-relation-table>tbody>tr>td {
    padding: 3px 5px;
}