/** Shopify CDN: Minification failed

Line 85:0 Unexpected "}"

**/
.masterclass-video .container{
    max-width:1240px;
    padding:0px 20px;
    margin:0 auto;
}
.masterclass-video-heading{
    font-size:56px;
    line-height:64px;
    max-width:700px;
    margin:0 auto;
    text-align:center;
    margin-bottom:51px !important;
    font-weight:450;
    color:#C58B3F;
}
.masterclass-video-btn{
line-height:1;
max-width:384px;
margin:60px auto 0px;
width:100%;
display:flex;
background-color:#825E6A;
min-height:46px;
}
.masterclass-video-btn:hover{
background-color:#674b54;
}
.video-overlaping{
width: 100%;
border-radius: 10px;
object-fit: cover;
}
.pdp-video{
box-shadow:1px 2px 6px 0px rgba(0,0,0,0.3);
width: 100%;
border-radius:6px;
overflow:hidden;
    aspect-ratio: 16 / 9;
}
.youtube_video{
    width:100%;
    aspect-ratio: 16 / 9;
    border-radius:6px;
    box-shadow:1px 2px 6px 0px rgba(0,0,0,0.3);
}
.main-video {
position: relative;
}
/* .controls{
opacity:0;
}
.controls:hover{
opacity:1;
} */
.controls button{
height:100%;
width:100%;
border:none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color:transparent;
display: flex;
justify-content: center;
align-items: center;
border-radius:6px;
max-height: 50px;
}
/* .play-pause{
display: flex;
justify-content: center;
align-items: center;
    height:104px;
width:104px;
border-radius:50%;
box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);
border:none;
/* background-color:#ffffff; */
} */
.video_icon,
.video_icon svg{
display: flex;
justify-content: center;
align-items: center;
    height:104px;
width:104px;
border-radius:50%;
box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);
border:none;
}

@media (max-width: 749px) {
.masterclass-video .container{
    padding:0px;
}
.masterclass-video-heading{
    font-size:48px;
    line-height:56px;
}
.video_icon, .video_icon svg {
    height: 32px;
    width: 32px;
}
.play-pause{
    height: 64px;
    width: 64px;
}
.pdp-video{
    border-radius:0px;
}
.masterclass-video-heading{
    padding:0px 31px;
}
.masterclass-video-btn{
    max-width:340px;
    margin: 48px auto 0px;
}
}
@media (max-width: 400px) {
.masterclass-video-heading {
    font-size: 30px;
    line-height: 38px;
}
.masterclass-video-heading {
    margin-bottom: 40px !important;
}
.masterclass-video-heading {
    padding: 0px 15px;
}
    .masterclass-video-btn{
    max-width:280px;
    font-size: 16px;
    margin: 35px auto 0px; 
}
}
.note {
    background-color: #FAE7B1;
    color: #0F3218;
    display: block;
    float: right;
    font-size: 13px;
    padding: 2rem;
    border-radius: 10px;
    max-width: 330px;
    margin-top: 1rem;
    cursor: pointer;
}