/* hera core video */

.home-heracore-video{
    margin:0px auto;
}
@media (width >= 48rem){
    .home-heracore-video {
        width: 80%;
    }
}
@media (width >= 64rem){
    .home-heracore-video {
        width: 70%;
    }
}
@media (width >= 80rem){
    .home-heracore-video {
        width: 60%;
    }
}