.custom-scale {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 73vh;
    overflow: hidden;
    width: 100%; 
}

.custom-scale img {
		    position: relative; 
  max-height: 80vh; 
    max-width: 100vw;
    width: auto;
    height: auto;
    display: block;
}


.bt-player-container {
		min-height: 130px;
    max-width: 800px;  
    margin: 0 auto;  
    overflow: hidden;
		margin-bottom: 20px;
}

.bt-thumbnail-border {
		border: 2px solid #D8D8D8;
}

.bt-thumbnail-margin {
		margin: 10px;
}