.float-right-desktop {
  float: right;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .float-right-desktop {
    float: none;
    margin-top: 20px;
		display: block !important;
  }
}
.boxshot {
  width: 155px;
}
@media only screen and (max-width: 610px) {
  .boxshot {
    width: 100%;
  }
}
