.asset-button{
  background: #ab1236;
    color: #fff !important;
    padding: 7px 15px;
    font-weight: 700;
    border-radius: 0;
    font-size: 14px;
    float: left;
    margin: 10px 8px 10px 13px;
    text-decoration: none;
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}
.asset-button-row{
  /* margin: 0 15%; */
    margin: 0 13%;
    text-align: center;
    display: inline-block;
    /* width: 38%; */
    width: 39%;
}
.assetpage-button-row{
  display: block;
    width: 48%;
    text-align: center;
    clear: both;
    margin-right: 10px;
}
.assetpage-button-row .asset-button{
  float: none;
}

@media screen and (min-device-width: 0px) and (max-device-width: 767px) {
.asset-button {
  margin-left: 0;
  float: none !important;
  max-width: 100%;
  min-width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
}
.assetpage-button-row
{
  width: 100%;
  margin-right: 0;
}

}

@media screen and (min-width: 1920px) and (max-width: 1920px) {
  .asset-button-row {
    width: 26%;
    margin: 0 21%;
  }
}
.back-button
{
  text-align: right;
  padding-bottom: 10px;
}
.back-button a
{
  text-decoration: none !important;
  position: relative;
  padding-left: 23px;
}
.back-button a::before
{
  position: absolute;
  content: '';
  background: url(../images/events-arrow.png) no-repeat;
    background-size: 16px;
    height: 20px;
    width: 16px;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
}
