﻿

/***************************************/
/***************************************/
/***************** HMM *****************/

@media all and (min-width: 1025px) {
    .header-upper {
        background-color: #95b0b7;
    }

    .header-selectors-wrapper select {
        color: #ffffff;
        background-color: #95b0b7;
    }

    .currency-selector.desktop:before, .language-selector.desktop .select-wrap:before, .tax-display-type-selector:before {
        color: #ffffff;
    }
}


/* Responsive iframe*/

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

/* 1x8 Aspect Ratio */
.intrinsic-container-1x2 {
    padding-bottom: 200%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END: Responsive iframe*/


/* Product description: Left align */
@media (min-width: 768px) {
    .product-details-page {
        text-align: left;
    }
}






