.mfs-multi-tax-wrapper {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.mfs-multi-tax-grid {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.mfs-multi-tax-book {
    background-image: none;
	border-width: 0;	
	float: left;
	margin: 0 0 40px 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.mfs-multi-tax-image {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.mfs-multi-tax-button {
  font-size: 18px;
  text-align: center;
  padding: 12px 20px;
  margin-bottom: 10px;
  max-width: 100%;
 }

.book-multi-title {
   display: block;    
   margin-top: 10px;
}

.book-multi-seriesblk {
   display: block;    
   margin-top: 10px;
}

.featuredaspect {
    object-fit: fill !important;
    aspect-ratio: 36 / 57 !important;
}

.mfd3daspect {
    object-fit: fill;
    aspect-ratio: 36 / 57;
}

.compaspect {
    object-fit: fill;
    aspect-ratio: 4 / 3;
}

.squareaspect {
    object-fit: fill;
    aspect-ratio: 1 / 1;
}

@media only screen and (max-width: 800px) {
   .mfs-multi-tax-wrapper {
     padding-right: 2%;
     padding-left: 2%;
   }       
    
  .mfs-multi-tax-book {
    margin-left: auto;
    margin-right: auto;
    width: 48% !important;
    line-height: 1.1;
    margin-bottom: 20px !important;
  }

  .mfs-multi-tax-button {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  .mfs-multi-tax-image {
    max-width: 100%;
  }
}
  
  @media only screen and (max-width: 440px) {
  
  .halfcolumn {
      width: 48% !important;
  }
  
  .fullcolumn {
      width: 100% !important;
  }

}