    .panel__video_player {
        margin-bottom: 0;
        padding-top: 1px;
    }

    .panel__video_player_copy_box .panel__video_player_copy_subtitle {
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }

	.panel__video_player_copy_box a {
		margin: 15px 0px 15px 0px;
	}

    .panel__video_player_copy_box .panel__video_player_copy_heading {
        font-weight: 600;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.2px;
        margin-top: 4px;
        margin-bottom: 35px;
    }

    .panel__video_player_copy_box .panel__video_player_copy_text {
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.3px;
        margin-top: 0;
    }

    .panel__video_player_copy_box .panel__video_player_copy_link {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.3px;
		margin: 15px auto;
    }

    .panel__video_player_play_button img {
        -webkit-filter: drop-shadow(2px 2px 6px #222);
        filter: drop-shadow(2px 2px 6px #222);
    }

    .panel__video_player_play_button_caption {
        text-align: center;
        text-transform: uppercase;
        color: white;
        font-size: 13px;
        line-height: 18px;
        font-weight: 700;
        margin-top: 3px;
        text-shadow: 2px 2px 3px rgb(0 0 0 / 80%);
    }

	.fa-times:before {
		content: "\f00d";
		color: black;
		background: rgba(250, 250, 250, 70%);
		padding: 10px 13px;
		border-radius: 20px;
		position: relative;
		top: -20px;
		right: 20px;
		transition: 0.2s ease-in-out;
	}

	.fa-times:hover::before {
		background: rgba(250, 250, 250, 100%);
	}

	#modal-container-video iframe {
        width: 90%;
        aspect-ratio: 16 / 9;
    }

	.modal-flex-content {
		display: flex;
		justify-content: center;
	}

	.modalCloseVideo {
		width: 0px;
        right: 12px;
	}

    .panel__video_player_quote_copy {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    @media only screen and (max-width: 768px) {
    
		.panel__video_player_copy_box .panel__video_player_copy_text {
			margin-bottom: 30px;
            margin-top: 0;
		}	
		
		.panel__video_player_copy_link {
			display: inline-block;
		}	
		
		.panel__video_player {
			display: flex;
			flex-flow: column;
			justify-content: flex-end;
			align-items: center;
		}
		
        .panel__video_player_copy_box {
            width: 100%;
            margin-top: 0px;
            margin-bottom: 60px;
            background-color: white;
            text-align: center;
            padding: 40px 20px 40px 20px;
            border-radius: 10px;

        }

        .panel__video_player_play_button {
            display: block;
			max-width: 140px;
            margin: 0 auto;
            margin-top: 60px;
        }
        
        #modal-container-video iframe{
            width: 100%;
			aspect-ratio: 16/9;
        }

		.panel__video_player_video_quote {
			min-height: 100px;
			display: flex;
	        justify-content: center;
		}

        .panel__video_player_quote_copy {
            font-size: 18px;
        }
		
		.modal-flex-content {
			flex-flow: column;
		    align-items: center;
		}
		
		.modalCloseVideo {
			display: flex;
			justify-content: center;
		}
		
		.fa-times {
			display: flex;
			justify-content: center;
		}
		
		.fa-times:before {
			content: "close";
			font-family: "Basis Grotesque", serif;
			top: 10px;
			padding: 10px 40px;
			right: 0;
		}
    }

    @media screen and (min-width: 769px) {
        
        #modal-container-video iframe{
            min-width: 80%;
			aspect-ratio: 16/9;
            margin: auto;
        }
        
		.modalCloseVideo {
        	text-align:right;
            font-size:22px;
            display: block;
			position: relative;
            z-index: 1000;
            text-align: right;
            padding-right: 10px;
            cursor: pointer;
        }

        .panel__video_player--top-row {
			display: flex;
			flex-flow: row;
            position: absolute;
            top: 25%;
            bottom: 25%;
            width: 100%;
		}
    }

    @media only screen and (min-width: 769px) and (max-width:1200px) {
        .panel__video_player .panel__wrapper {
            display: flex;
			flex-flow: column;
            justify-content: flex-end;
            width: 100%;
            margin: 0 auto;
        }

        .panel__video_player_copy_box {
            display: none;
        }

        .panel__video_player_mobile_copy > .panel__video_player_copy_box {
            display: unset;
            width: unset;
            margin-top: 0px;
            margin-bottom: 60px;
            background-color: white;
            text-align: center;
            padding: 40px 20px 40px 20px;
            border-radius: 10px;
        }

        .panel__video_player_play_button {
            cursor: pointer;
			align-self: center;
			width: 60%;
        }

        .panel__video_player_video_quote {
            width: unset;
            position: unset;
            margin-left: auto;
            margin-right: 0%;
			
        }
		
		.panel__video_player {
			/* padding: 80px 0; */
            min-height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            position: relative;
		}
		
		.panel__video_player_quote_copy {
			display: none;
		}

    }

    @media only screen and (max-width: 900px) {
        .modalCloseVideo {
            top:unset;
            bottom: -50px;
            right: unset;
        }
        
        .fa-times:before {
			content: "close";
			font-family: "Basis Grotesque", serif;
			top: 10px;
			padding: 10px 40px;
			right: 0;
		}
    }

    @media only screen and (min-width: 901px) {
        .panel__video_player_quote_copy {
            position: relative!important;
			display: block!important;
			right: 0;
        }
    }

    @media only screen and (min-width: 1201px) {
        .panel__video_player {
            min-height: 75vh;
            display: flex;
            align-items: stretch;
        }
        
        .panel__video_player .panel__wrapper {
            display: flex;
			flex-flow: column;
            justify-content: center;
            position: relative;
        }

        .panel__video_player_copy_box {
            width: 40%;
            margin: 50px 0;
            background-color: white;
            text-align: center;
            padding: 40px 20px 40px 20px;
            border-radius: 10px;

        }

        .panel__video_player_play_button {
            position: absolute;
            top: 30%;
            left: 50%;
            cursor: pointer;
        }

        .panel__video_player_video_quote {
            width: 50%;
            position: absolute;
			align-self: flex-end;
            bottom: 0px;
        }

		#modal-container-video iframe {
			/* width: 60%; */
			aspect-ratio: 16 / 9;
		}

        .panel__video_player--top-row {
            top: unset;
            bottom: unset;
        }

    }

       .modal{
            height: 100vh;
            overflow-x: hidden;
            padding: 15px!important;
        }
        
        
        .modalCloseVideo{
        	text-align:right;
            font-size:22px;
            display:none;
        }

    @media only screen and (min-width: 901px) {        
        .modalCloseVideo {
            top: -20px;
            right: 40px;
        }
        
        .modalCloseVideo .fa-times{
            z-index: 100;
            position: relative;
            top: 0;
        }    
        
        #modal-container-video .modal-background .modal {
            padding: 0px!important;
        }


        .modal-flex-content {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
			margin: auto;
			width: unset;
			justify-content: center;
        }

        .modal-flex-content > div {
            margin: 0;
        }

        .modal-flex-content .modal-col-left {
            width: 100%;
            padding: 0px;
        }

        .modal-flex-content .modal-col-right {
            width: 100%;
            text-align: left;
            max-height: 360px;
            overflow-y: scroll;
            padding:20px;
        }

        .modal-video-inner {
            max-width: 90%;
            display: flex;
            justify-content: center;
        }

        .fa-times:before {
			top: 0px;
            right: -5px;
		}
    }

	@media screen and (min-width: 769px) {		
		.panel__video_player_play_button {
			position: unset;
			top: unset;
			left: unset;
			align-self: center;
			width: 100%;
		}
	}

    * {
        box-sizing: border-box;
    }

    html.modal-active,
    body.modal-active {
        overflow-x: hidden;
    }

    #modal-container-video {
        position: fixed;
        display: table;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transform: scale(0);
        z-index: 100000000000;
    }

    #modal-container-video.six {
        transform: scale(1);
    }

    #modal-container-video.six .modal-background {
        background: rgba(0, 0, 0, 0);
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    #modal-container-video.six .modal-background .modal {
        background-color: transparent;
        animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    #modal-container-video.six .modal-background .modal h2,
    #modal-container-video.six .modal-background .modal p {
        opacity: 0;
        position: relative;
        animation: modalContentFadeIn 0.3s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    #modal-container-video.six .modal-background .modal .modal-svg rect {
        animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    #modal-container-video.six.out {
        animation: quickScaleDown 0s 0.5s linear forwards;
		display: none;
    }

    #modal-container-video.six.out .modal-background {
        animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    #modal-container-video.six.out .modal-background .modal {
        animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    #modal-container-video.six.out .modal-background .modal h2,
    #modal-container-video.six.out .modal-background .modal p {
        animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    #modal-container-video.six.out .modal-background .modal .modal-svg rect {
        animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    #modal-container-video .modal-background {
        display: flex;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

    #modal-container-video .modal-background .modal {
        background: white;
        padding: 50px;
        display: inline-block;
        border-radius: 3px;
        font-weight: 300;
        position: relative;
    }

    #modal-container-video .modal-background .modal h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    #modal-container-video .modal-background .modal p {
        font-size: 18px;
        line-height: 22px;
    }

    #modal-container-video .modal-background .modal .modal-svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 3px;
    }

    #modal-container-video .modal-background .modal .modal-svg rect {
        stroke: #fff;
        stroke-width: 2px;
        stroke-dasharray: 778;
        stroke-dashoffset: 778;
    }

    .modal-col {
        display: none;
    }

    @media only screen and (max-width: 1200px) {
        .panel__video_player_mobile_copy > .panel__video_player_copy_box {
            display: flex;
            flex-flow: column;
        }
    }


    @keyframes fadeIn {
        0% {
            background: rgba(0, 0, 0, 0);
        }

        100% {
            background: rgba(0, 0, 0, 0.7);
        }
    }

    @keyframes sketchIn {
        0% {
            stroke-dashoffset: 778;
        }

        100% {
            stroke-dashoffset: 0;
        }
    }

    @keyframes sketchOut {
        0% {
            stroke-dashoffset: 0;
        }

        100% {
            stroke-dashoffset: 778;
        }
    }

    @keyframes quickScaleDown {
        0% {
            transform: scale(1);
        }

        99.9% {
            transform: scale(1);
        }

        100% {
            transform: scale(0);
        }
    }

    @keyframes modalFadeIn {
        0% {
            background-color: transparent;
        }

        100% {
            background-color: white;
        }
    }

    @keyframes modalFadeOut {
        0% {
            background-color: white;
        }

        100% {
            background-color: transparent;
        }
    }

    @keyframes modalContentFadeIn {
        0% {
            opacity: 0;
            top: -20px;
        }

        100% {
            opacity: 1;
            top: 0;
        }
    }

    @keyframes modalContentFadeOut {
        0% {
            opacity: 1;
            top: 0px;
        }

        100% {
            opacity: 0;
            top: -20px;
        }
    }