We use cookies and similar technologies that are necessary to run our Websites (essential cookies).
We also use Analytics, Functionality and Targeting cookies to analyse our Websites’ traffic, optimize your experience, personalize content and serve targeted advertisements.
We also use Analytics, Functionality and Targeting cookies to analyse our Websites’ traffic, optimize your experience, personalize content and serve targeted advertisements.
362 views
0 likes
She Won't Mind If We Borrow It...!
She Won't Mind If We Borrow It...!
See more of the same
Related Videos
/* Enhanced mobile-first styles */
.video-container {
max-width: 100%;
padding: 0;
}
@media (min-width: 768px) {
.video-container {
padding: 1rem;
}
}
.video-player-wrapper {
background: #000;
aspect-ratio: 16/9;
max-height: 70vh;
}
.video-info {
padding: 1rem;
}
.video-actions .btn-group {
display: flex;
flex-wrap: nowrap;
}
.video-actions .btn {
padding: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 767px) {
.video-actions .btn {
min-width: 40px;
}
}
.tags-scroll {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
padding: 0.5rem 0;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
}
.tags-scroll::-webkit-scrollbar {
display: none;
}
.tag-link {
flex: 0 0 auto;
margin-right: 0.5rem;
}
.related-videos .card {
transition: transform 0.2s;
}
.related-videos .card:hover {
transform: translateY(-5px);
}
.related-videos .card-img-top {
aspect-ratio: 16/9;
object-fit: cover;
}
/* Improved modal styles for mobile */
@media (max-width: 767px) {
.modal-dialog {
margin: 0.5rem;
}
.modal-content {
border-radius: 1rem;
}
}