.products .product { position: relative; }
.prod-img.small img { max-width: 75px }
.products .product .purchase .price { font-weight: 500; }
.products h4 { font-weight: 500; }
.products .btn .subtext { font-size: .75rem; display: block; text-transform: none}
.products .link { text-decoration: none; }
.products .link:hover { text-decoration: underline; }
.products .prod-img { text-align: right; }
.download-badge { width: 94px; }
.app-store { width: 94px; }
.gplay { width: 97px; }

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
.products .prod-img img { height: 130px; width: auto; margin-bottom: 20px; }
.products .prod-img img.mobile-icon { height: 93px; width: auto; margin-bottom: 20px; }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.products .prod-img, .products .details { text-align: center; }
.products .product .purchase { left: 0; right: 0; margin-left: auto; margin-right: auto; }
#mobile-products .product .prod-img { min-height: 113px; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
.products .product .prod-img { text-align: right; }
.products .details { text-align: left; }
.products .product .prod-img img { height: 150px; width: auto; }
.products .product .prod-img.small img { height: 100px; width: auto; }
.products .prod-img img.mobile-icon { height: 93px; width: auto; margin-bottom: 20px; }
.products .product { padding-top: 10px; padding-bottom: 10px; }
.products .product .purchase { position: inherit; }
}

@media (max-width: 575.98px) {
.products .product .prod-img img { height: 120px; width: auto; max-width: none; }
.products .product .prod-img.small img { height: 90px; width: auto; }
.products .prod-img img.mobile-icon { height: 93px; width: auto; margin-bottom: 20px; }
.products .btn { min-width: 200px; margin-bottom: 5px; }
}
