div.o-tetris {
margin-top: 0.625rem;
}

 
@media screen and (min-width: 1280px) {
#content .a-rich-text--main {
    width: calc((((100% - 90px) / 10) * 10) + 50px) ;
}
}
 
@media screen and (min-width: 1024px) {
#content .a-rich-text--main {
    width: calc((((100%) / 12) * 12) ) ;
}
}
@media screen and (min-width: 768px) {
#content .a-rich-text--main {
    width: calc((((100%) / 12) * 12) );
}
}
 
