.int-hide {
  display: none; }

.int-show {
  display: block; }

.int__metrics--recentlyViewed {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  bottom: 16px;
  width: 100%;
  background: white;
  padding: 24px;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.4s ease-out; }

@media screen and (max-width: 1099px) {
  .int__metrics--recentlyViewed {
    transform: translateY(110%); } }
@media screen and (min-width: 1100px) {
  .int__metrics--recentlyViewed {
    left: 1em;
    width: 300px;
    padding: 24px;
    transform: translateX(-440px); } }
@media screen and (min-width: 1600px) {
  .int__metrics--recentlyViewed {
    left: 4em; } }
.int__widget--active {
  opacity: 1; }

@media screen and (max-width: 1099px) {
  .int__widget--active {
    transform: translateY(0); } }
@media screen and (min-width: 1100px) {
  .int__widget--active {
    transform: translateX(0); } }
.int__img--banner {
  width: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (min-width: 1100px) {
  .int__img--banner {
    display: none; } }
.int__img--card {
  display: none; }

@media screen and (min-width: 1100px) {
  .int__img--card {
    display: block;
    margin-bottom: 16px; } }
.int__content {
  width: calc(60% - 16px);
  margin-left: 16px; }

@media screen and (min-width: 1100px) {
  .int__content {
    width: auto;
    margin: 0; } }
.int__label {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500; }

@media screen and (min-width: 1024px) {
  .int__label {
    font-weight: 600; } }
.int__btn--close {
  margin-right: -4px;
  display: block;
  padding: 0;
  width: 24px;
  height: 24px;
  min-height: 0;
  border: 0;
  background: none; }

.int__title {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2; }

.int__desc {
  font-size: 16px;
  font-weight: 500; }

.int__cta {
  margin-top: 12px;
  width: 100%; }

@media screen and (min-width: 1024px) {
  .int__cta {
    margin-top: 16px; } }
.int__cta .btn {
  width: 100%; }

@media screen and (max-width: 400px) {
  .desktop-only {
    display: none !important; } }
