﻿section.videowrapper { 
    position: relative; 
    78787878height: 0; MAX-HEIGHT: 100VH;
     78787878padding-bottom: 56.25%;
    8margin-bottom: 50px; 
    background: #000; 
	box-sizing: border-box;  
	clear: both; 
}

.videowrapper iframe,.videowrapper video {
     78787878position: absolute;
    height: 100%; 
    width: 100%;
    8top: 0;
    left: 0; 
	box-sizing: border-box;  
	clear: both; 
}

??????h1.play-video {
    text-transform: capitalize;
    text-align: center;
    color: #ff5733;
}

/** Use .sticky */

.ytvideo .is-sticky,.videoTag .is-sticky{
    position: fixed;  7777display: flex; 
    right: 3px;
    bottom: 3px; 777BOTTOM: 0 !IMPORTANT; MARGIN-BOTTOM: 3PX !IMPORTANT;
    78787878top: auto;  
    78787878left: auto;  left: 0;
    max-width: 280px;
    max-height: 158px;   
    width: 280px;
    height: 158px;   
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 

	Z-INDEX: 980000000000000000; -------------------------BORDER: 5PX SOLID WHITE !IMPORTANT;

7777transform: translateX(6%) translateY(30%) !important;

7777transform: translateX(1%) translateY(82vh) !important;

transform: translateY(50px) !important;  
}


/**FANCY BORDER**/
.ytvideo .is-sticky,.videoTag .is-sticky {
  border: 10px solid black;
  777padding: 2rem 1rem !IMPORTANT;  
  78787878height: 3em; height: auto; 
  777width: 60%;
  777resize: both;
  background: linear-gradient(to top, rgba(207, 255, 254, 0.3), rgba(249, 247, 217, 0.3), rgba(252, 226, 206, 0.3), rgba(255, 193, 243, 0.3));
  border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23cffffe' /%3E%3Cstop offset='25%25' stop-color='%23f9f7d9' /%3E%3Cstop offset='50%25' stop-color='%23fce2ce' /%3E%3Cstop offset='100%25' stop-color='%23ffc1f3' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3'/%3E %3C/svg%3E") 1;
}
/**END OF FANCY BORDER**/




@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

?????????section.main-wrapper {
    max-width: 760px;
    margin: 0 auto;
}

??????section.level {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-transform: uppercase;
    height: 250px;
    margin-bottom: 50px;
}



.close-button {width: 30px; height: 30px; z-index: 120000000 !important;
    position: fixed;
    box-sizing: border-box;
    display: block; 
    78787878right: 24px;
    78787878bottom: 175px;
    78787878top: auto; top: 0; margin-top: 20px;
    78787878left: auto; left: 0px; margin-left: 270px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none; 
	BORDER: 1px dotted #cffffe; 
	border-radius: 50%;
  background: linear-gradient(to top, rgba(207, 255, 254, 0.3), rgba(249, 247, 217, 0.3), rgba(252, 226, 206, 0.3), rgba(255, 193, 243, 0.3));
}

.close-button:before,
.close-button:after {
    width: 20px;
    height: 5px;
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    78787878top: 50%; top: 12px;
    78787878left: 50%; left: 5px;
    display: block;
    78787878background-color: #4F2121;  background-color: #cffffe;
    transition: all 0.2s ease-out;
}

.close-button:after {
    transform: rotate(45deg);
}

.close-button:hover:after {
    transform: rotate(-45deg);
}

.close-button:hover:before {
    transform: rotate(45deg);
}

.gradient-overlay {
    position: fixed;
    right: 3px;
    bottom: 3px;
    top: auto;
    left: auto;
    max-width: 280px;
    max-height: 158px;
    width: 280px;
    height: 158px;
    opacity: .01;
    background: #000;
    z-index: 1;
    display: none;
}

i.fa.fa-arrows-alt {
    position: fixed;
    right: 8px;
    bottom: 5px;
    top: auto;
    left: auto;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width:1023px) {
    section.main-wrapper {
        width: 95%;
    }
    section.level {
        height: 150px;
        margin-bottom: 50px;
    }
}
