@charset "utf-8";
/* CSS Document */

@media screen and (min-width:100px) and (max-width:468px) { 
/*　for Mobile 　*/
.h3-image-left .media-box.pull-right,
.h3-image-left .media-box.pull-left {
    max-width: 40%;
}
/* Let your music take you to new places */ 
.vse_yem {
    margin: 0px 0px 60px !important;
}
.vse_yem .wrapper {
    position: inherit !important;
    padding: 0px 0px 10px !important;
}
.vse_yem h3 {
    padding: 20px !important;
    font-size: 1.5em !important;
    margin: 40px 0px 0px !important;
    text-align: center;
}
.vse_yem p, .vse_yem ul {
    padding: 0px 20px !important;
}
.vse_yem .descriptions {
    margin-top: 20px;
}
}

@media screen and (min-width:469px) and (max-width:768px) {
/*　for Tablet　*/
/* Let your music take you to new places */
.vse_yem {
    margin: 0px 0px 60px !important;
}
.vse_yem .wrapper {
    position: inherit !important;
    padding: 0px 0px 10px !important;
}
.vse_yem h3 {
    padding: 20px !important;
    margin: 40px 0px 0px !important;
    text-align: center;
}
.vse_yem p, .vse_yem ul {
    padding: 0px 20px !important;
}
.vse_yem .descriptions {
    margin-top: 20px;
}
}

@media screen and (min-width:769px) {
/*　for PC　*/
/* Let your music take you to new places */
.vse_yem {
    margin: 0 0 50px 0;
}
.vse_yem .container-fluid {
    max-width: 1200px;
    padding: 0px;
    position: relative;
}
.vse_yem .wrapper {
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    padding: 0px;
}
.vse_yem h3 {
    background-color: rgba(0,0,0,0.6);
    padding: 18px 16px 18px 50px;
    font-size: 2em;
    margin: 40px 0px 20px;
}
.vse_yem p,
.vse_yem ul {
    padding: 0px 50px;
}
.vse_yem a {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    color: #333;
    margin: 10px 0px;
}
}