.videos-section{position:relative}.videos-section .waves{bottom:-100px}.videos-section .molecules{right:-200px;bottom:-300px}.videos-section .items{column-gap:2%;row-gap:30px}.videos-section .items .item{width:32%}@media only screen and (max-width:767px){.videos-section .items .item{width:100%}}.videos-section .video-wrapper{position:relative;overflow:hidden}.videos-section .video-wrapper img{transition:all .5s ease-in-out;transform:scale(1)}.videos-section .video-wrapper:hover img{transform:scale(1.025)}.videos-section .video-wrapper .video-icon{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;display:flex;justify-content:center;align-items:center;width:46px;height:46px;border:2px solid #fff;border-radius:50%;cursor:pointer}@media only screen and (max-width:767px){.videos-section .video-wrapper img{width:100%}}