.sr-external-page-content {
    background-color: #e6e6e6;
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
    border: 0px solid #7e7e7e;
    margin-bottom: 12px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: box;
    background-position-x: center;
    background-position-y: center;
    position: relative;
}

.sr-external-page-content-iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    z-index: 1;
    position: absolute;
}

.sr-external-page-content-thumbnail, .sr-external-page-content-info {
    /*font-size: 2.5vw;*/
    font-size: 1.2em;
    padding: 3%;
    text-align: center;
    color: #7e7e7e;
}

.sr-external-page-content-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: box;
    background-position-x: center;
    background-position-y: center;
    display: none;
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
    z-index: 2;
    position: absolute;
    background-color: #e6e6e6;
}

.sr-external-page-content-info {
    margin-bottom: 12px;
    z-index: 3;
}

button.sr-external-page-content-loader, button.sr-external-page-content-closer {
    height: 45px;
    border-radius: 22px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    -webkit-box-shadow: 0px 0px 25px 6px #e6e6e6;
    box-shadow: 0px 0px 25px 6px #e6e6e6;
    font-weight: bold !important;
}
button.sr-external-page-content-grey-buttons {
    border: 2px solid #7e7e7e;
    background-color: #e6e6e6;
    color: #7e7e7e;
}

button.sr-external-page-content-grey-buttons:hover, button.sr-external-page-content-grey-buttons:hover {
    background-color: #7e7e7e;
    border: 2px solid #e6e6e6;
    color: white;
}

.sr_epc_compare {
    display: block;
    width: 49%;
    float: left;
    margin-right: 5px;
}
