.plyr {
    --plyr-color-main: var(--primary-default);
}
.gw-video-title {
    margin-bottom: 32px;
    width: 100%;
    color: #0C4F6C;
    text-align: center;
    font-family: "Open Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 50.4px */
    @media(max-width: 768px) {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
    }
}
@media (max-width: 400px) {
	.plyr__volume input[type=range] {
	    min-width: 10px !important;
	}
	.plyr__controls .plyr__progress__container {
	    min-width: 25px !important;
	}
}
:root {
    --primary-default: #0C4F6C;
    --plyr-video-background: #fff;
}