<div class="your-class">
<div>your content</div>
<div>your content</div>
<div>your content</div>
</div>
<?php the_field('days'); ?>
<?php echo get_field( 'days' ); ?>
$current_user = wp_get_current_user();
echo 'Username: ' . $current_user->user_login . '<br />';
echo 'email: ' . $current_user->user_email . '<br />';
echo 'first name: ' . $current_user->user_firstname . '<br />';
echo 'last name: ' . $current_user->user_lastname . '<br />';
echo 'Отображаемое имя: ' . $current_user->display_name . '<br />';
echo 'ID: ' . $current_user->ID . '<br />';
@media (max-width: 991px)
.video-gradient-background {
position: absolute;
width: 120%;
height: 70%;
margin-left: -10%;
background-color: #6f011c;
margin-top: 6%;
}