.videoWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;border-radius:100px}.videoThumbnailIMG{border-radius:20px}.videoText{flex-basis:50%}p{font-family:Proxima Alt Light}h1{font-family:Proxima Bold}.videoArea{flex-basis:50%;transition:.5s ease all}.videoTextInner{padding-right:40px}.videoArea:hover .videoThumbnailIMG{transform:scale(1.05);transition:.5s ease all}@media screen and (max-width:800px){.videoText{flex-basis:100%}.videoArea{margin-top:20px;flex-basis:100%}.videoTextInner{padding-right:0px}}