@media only screen and (min-width: 768px){
.mm-skin-2 .mm-art .menu-wrap {
    background: #101010;
}
}
.block-wrap-50 {
    text-align: left;
}

.classic-to-grid.post-677 .mask img {	
   margin-top: -15px;
}

body .youtube-video-wrapper {
  position: relative;
  border: 10px solid #0071d1 !important; /* Set border color to #0071d1 */
  padding: 0 !important;
  max-width: 100% !important; /* Ensure the video wrapper scales properly */
  width: 100% !important;
  height: 100% !important; /* Adjusted to 100% */
  box-sizing: border-box !important; /* Includes border in dimensions */
  overflow: hidden !important; /* Ensures nothing overflows out of the box */
}

body .youtube-video-wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; /* Ensures iframe fills the wrapper completely */
  border: 0 !important; /* No border */
  margin: 0 !important; /* Remove any margins */
  padding: 0 !important; /* Remove any padding */
}

body .youtube-logo {
  position: absolute !important;
  bottom: 50px !important; /* Adjust to place it slightly above the button */
  right: 35px !important; /* Align with the subscribe button */
  width: 40px !important; /* Adjust to desired size */
  height: auto !important; /* Maintain aspect ratio */
  z-index: 10 !important; /* Ensure logo is on top */
}

body .youtube-subscribe-button {
  position: absolute !important;
  bottom: 10px !important; /* Keep it inside the video box */
  right: 10px !important; /* Position it at the bottom right */
  background-color: #ff0000 !important; /* YouTube Red */
  color: white !important;
  padding: 8px 12px !important; /* More padding for a button-like appearance */
  font-size: 14px !important;
  font-weight: bold !important; /* Bold font for emphasis */
  border-radius: 3px !important; /* Rounded corners */
  text-decoration: none !important;
  z-index: 10 !important; /* Ensure button is on top */
  border: none !important; /* Remove border */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important; /* Subtle shadow */
  transition: background-color 0.3s !important, transform 0.2s !important; /* Add transition effects */
}

body .youtube-subscribe-button:hover {
  background-color: #c8102e !important; /* Darker red for hover effect */
  transform: scale(1.05) !important; /* Slightly increase size on hover */
}
